Skip to content

query: allow AND operator

Martin Czygan requested to merge miku/rest_api:miku-query-allow-and into master

Do not clear "AND" from query to allow for higher precision queries.

This has been topic of multiple issues in the past, among them:

There should be no performance hit, as results sets sizes can only get smaller with more restrictive queries.

Merge request reports