well-typed / full-text-search

An in-memory full text search engine library. It lets you run full-text queries on a collection of your documents.
Other
47 stars 5 forks source link

Add autosuggest variants #6

Closed adamgundry closed 1 year ago

adamgundry commented 2 years ago

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.

adamgundry commented 2 years ago

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.