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

Autosuggest fix #16

Closed adamgundry closed 1 year ago

adamgundry commented 1 year ago

Unfortunately #13 had a small bug where it would compute the wrong answer if the set over which we were taking the union was originally empty.