﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29997	Allow combining SearchQuerys with different configs	Jaap Roes	Jaap Roes	"The fix for ticket #27143 (SearchQuery is not combinable using more than one `&` or `|` operators) introduced some code that raises a `TypeError` when trying to combine `SearchQuery` objects that do not share the same `config`.

I'm not sure if this restriction makes sense. In SQL it seems to be allowed e.g.:

`SELECT to_tsquery('simple', 'working') || to_tsquery('english', 'working');` 
`'working' | 'work'`"	Bug	closed	contrib.postgres	1.11	Normal	fixed			Ready for checkin	1	0	0	0	0	0
