localvoid/ndx
ndx, на сайте с June 30, 2023 01:20
Lightweight Full-Text Indexing and Searching Library.
This library were designed for a specific use case when all documents are stored on a disk (IndexedDB) and can be dynamically added or removed to an index.
Query function supports only disjunction operators. Queries like one two will work as "one" or "two".