-
Notifications
You must be signed in to change notification settings - Fork 499
Closed
Labels
Description
Issue #1457, Issue #1749 This addresses the problem of getting insufficient or non-ideal search results after the search.
Issue #1832: This issue also proposes the idea of using a different search engine instead of LunrJs to reduce initial lag which happens during the building of the indexes.
Moreover, lunrjs repo has been stale for some time.
I mostly suggest minisearchjs.
- It is designed for memory-constrained cases.
- Is inspired by Lunrjs, so it will be easier to shift to it by not having to re-implement the entire search logic.
- Supports suggestions if you want to improve the search UI in future.
16 June, 2023
For anyone wanting to test it out, here is the link to compare both results from both engines.