lucaong / minisearch

Tiny and powerful JavaScript full-text search engine for browser and Node
https://lucaong.github.io/minisearch/
MIT License
4.64k stars 133 forks source link

Better typing of combination operators #245

Closed lucaong closed 7 months ago

lucaong commented 7 months ago

Restrict the type of the combineWith search option to only allowed values (currently 'or', 'and', 'and_not', the same strings uppercased or capitalized, or undefined).

Raise a more informative error if an invalid operator is specified.