Thomas Wilkerling

Results 116 comments of Thomas Wilkerling

All libraries from the performance test also compared by fuzziness: https://nextapps-de.github.io/flexsearch/match.html

Thanks for the report. There was a typo issue on a `substring()`. Fix is included in the latest version. Here some minor improvements of your example: ```js const index =...

This looks quite complicated :) Probably this could be solved much simpler. Below is a full working standalone example, based on your code. Results are displayed in browser console. You...

Addition to my hint 3.: I will add a feature to define a limit of length surrounded by matches within highlight. Good catch 👍

@burakcan Good news, the Result Highlighting feature was extended: https://github.com/nextapps-de/flexsearch/blob/master/doc/result-highlighting.md There is one feature still in progress: the combination of { merge: true, highlight: ... } when searching combines results...

@burakcan The combination of `{ merge: true, highlight: ... }` is now supported. example from test: ```js // some test data const data = [{ "id": 1, "title": "Carmencita", "description":...