-
Please update to Lunr 0.7.
-
In #10 we started to explore using search in the site. We discovered that we really want a purely static index hosted as part of the site, and using JS in the browser to do the search. A common way …
-
After adding "hi" or "th" to the `language` prop (e.g. `language: ["en", "hi"]`),
`docusaurus build` gives
```
TypeError: Cannot read properties of undefined (reading 'init')
[ERROR] Unable to b…
-
Hi,@ole3021。
I wanna to use [gatsby-plugin-lunr](https://github.com/humanseelabs/gatsby-plugin-lunr) in my project。so can you check how this is compatible with gatsby-plugin-lunr。
can I just rep…
-
I am getting a little crazy because I do not understand the following behaviour. I have a couple of objects like these:
```
{
category: "general"
title: "a title"
}
```
When I search fo…
-
Hey,
I'm having a `Error: Cannot load un-registered function: trimmer-fr` when trying to load an index built with french stemmer/stopWords.
I have built the index following the doc:
```
var …
-
When searching for Vulkan commands, is there any way to prioritize the actual function definition in the main spec? For example, searching for `vkCreateInstance` currently returns me 14 results, none …
-
The project of 'lunr-languages' said
``` ruby
/* init lunr */
var idx = lunr(function () {
// use the language (de)
this.use(lunr.jp);
// then, th…
-
```
TypeError: Cannot call method 'getCollection' of undefined
at _indexDocument (/Users/awilhelm/actano-website/node_modules/docpad-plugin-lunr/out/lunr.plugin.js:36:41)
at /Users/awilhelm/actano…
-
![image](https://user-images.githubusercontent.com/43692044/90796423-81e30000-e339-11ea-96eb-fdea5f571ff5.png)
![image](https://user-images.githubusercontent.com/43692044/90796456-8c04fe80-e339-11ea-…