-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
When the strict parsing option is enabled for typescript, we are getting the following error:
`
"errorType": "ReferenceError",
…
-
Has anyone tried modifying elasticlunr to not use global variables?
I use elasticlunr in my [Zola](https://github.com/getzola/zola) site. https://abridge.netlify.app/ ([repo](https://github.com/Ji…
-
I think this is because the search functionality in elasticlunr ignores these in queries as "stop words". This seems like it might need fixing in upstream mdbook, but I'm not sure.
We may also want…
-
# Bug Report
## Environment
Zola version: 0.18.0
## Expected Behavior
`$ zola build` should build the website without errors.
## Current Behavior
Upon `$ zola build` the following error …
-
## User Story
As a customer, I want elasticlunr search to be configured so that it uses AND not OR for searches.
## Description
- Currently the elasticlunr search will return a coder who matches …
-
Just curious to know if `elasticlunr.js` support exact match or any workaround to mimic exact match?
By exact match I mean support for searching a term is phrase like "elasticlunrjs is great".
-
It appears that searching for "common" words are filtered out with elasticlunr's "stop word" filter. So words like "to", and "but" will not return a result. I would like to be able to clear this one (…
-
I just finished implementing the elasticlunr search for the [abridge theme](https://abridge.netlify.app/).
So far I like elasticlunr, but it was last updated 2019.
It would be really cool if Zol…
-
I'm trying to integrate elasticlunr library into my web component library. I'm using stencil and TypeScript for building web components. I'm trying to create index like this:
```
import elasticlu…
-
It would be nice to be able to use elasticlunr as an ES6 import which are now supported by most major browsers. This allows better code organisation and keeps the global name space cleaner. A minimal …