-
Which 14 languages does lunr support?
-
Possible alternatives
- https://fusejs.io/
- https://lunrjs.com/
-
Lunrjs and Lunr (Python) make it easy to do support the searches we've embedded in our Python scripts via dataset+bleve. Supporting lunr natively in Go would allow us to have a common index format f…
-
The users should be able to search for a particular document or page using the UI. Gatsby provides a plugin for these features:
https://www.gatsbyjs.org/docs/adding-search/
In our case, professi…
-
-
I have it working with the latest lunrJS if you are interested.
Suggestion for typeahead: https://github.com/olivernn/lunr.js/issues/256
https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.5/lunr…
ozobi updated
5 years ago
-
For an internal project, I need a full-text search function that is not based on an external search provider. The built-in "headers only" search is not enough.
A lot of other static site generators…
-
Really like this theme! My question is would it be possible to integrate a search system into this theme?
-
We're getting stuck on a challenge with stopwords, and we're hoping somebody else can provide guidance how they've solved this please?
We have a lunr index with a wide corpus of entries, containing…
-
The Lunr index can quickly weight a few megabytes. Since the client will have to download this file, we need to find solution to reduce the size of this file.
Using compression https://github.com/n…