-
Add language support.
To support multiple engines, the best API is probably passing a language string (e.g. “en” or “de”).
Alternatively, allow passing arbitrary Stemmer configs. This would be e…
-
I am upgrading FlexSearch from v0.6.30 to the latest version, 0.7.31. I am testing `import` and `export` functionality in Node.
I want to write FlexSearch data to IndexedDB via export, and I want …
-
https://github.com/cloudcannon/pagefind seems cool; would be nice to try this instead of stork/flexsearch if it performs sufficiently well.
-
Some projects without recent commits. (for over 1 year)
No make sense have dead projects repositories
-
The destination of "Performance Benchmark "Gulliver's Travels"" link in "Performance Benchmark (Ranking)" section of the `README.md` on the root (`https://nextapps-de.github.io/flexsearch/bench/`) is …
-
Is there any way to support typos/misspellings of a word? Like a hamilton distance search where anything with a small distance is also included? eg: if I misspell `tetx` instead `text`. Is this suppor…
-
I would like to use FS on the client side, but precompute the index offline, so the client can start fast. Is there a way to do so?
-
When we have words within the content (specially if they are the first word of a paragraphs), we might not get a match. The reason seems to be parsing of `\n`, a fix that helped was doing this:
```…
-
What´s about security and access to the web services? Is it always "public" for all who knows
the base url?
How to set up users or something else?
-
People are interested in a size-comparison between
* tinysearch
* lunr.js
* elasticlunr
* flexsearch
* fuse.js
If anyone wants to do a comparison, post a comment here.
Some ideas:
* Use an o…