This adds a couple of functions based on part of queryAutosuggest, which are useful when you want to find the set of documents matching a query without doing any ranking.
I set up CI and thereby discovered that this PR broke the tests by exporting something new. I've fixed by qualifying some imports in the affected test. I think this is now good to go.
This adds a couple of functions based on part of
queryAutosuggest
, which are useful when you want to find the set of documents matching a query without doing any ranking.