﻿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
27143	SearchQuery is not combinable using more than one `&` or `|` operators	Nicola Jordan	Tim Graham <timograham@…>	"I think there is a bug/oversight on the SearchQuery implementation.

Working examples:
* `SearchQuery() & SearchQuery()`
* `SearchQuery() | SearchQuery()`
* `SearchQuery() | SearchQuery() & SearchQuery()`

But using multiple of the same ""concatenators"" does not:
* `SearchQuery() & SearchQuery() & SearchQuery()` -> Error
* `SearchQuery() & SearchQuery() & SearchQuery()` -> Error

Expected behaviour would be that these do work as well.
"	Bug	closed	contrib.postgres	1.10	Normal	fixed	Search	josh.smeaton@…	Accepted	1	0	0	1	0	0
