wellcomecollection / catalogue-api

:crystal_ball: The API for searching the Wellcome Collection catalogue.
https://developers.wellcomecollection.org
MIT License
4 stars 0 forks source link

Join knn filter terms with AND #715

Closed paul-butcher closed 11 months ago

paul-butcher commented 11 months ago

When the new colour sorting is combined with a multi-token query term, it (currently) combines the tokens with OR, but colourless queries combine the terms with AND.

This means that selecting a colour significantly changes the list of results (e.g. "septrin banana" (one result becomes 75) or "Peruvian pot" (two results become 643)).