-
Searching
用 Algolia 就好了。
- http://elasticlunr.com/
- or just use agolia
https://github.com/vercel/next-site/blob/master/scripts/index-docs.js
-
I'm using elasticlunr in a typescript project. I get the following typescript compiler error when using addField:
```
[0] Argument of type '"url"' is not assignable to parameter of type 'never'. TS…
-
- Text search https://www.w3schools.com/jsref/jsref_search.asp
Bonus:
- Better to integrate https://www.npmjs.com/package/elasticlunr
-
Should use WASM-based libraries to reduce the network footprint:
- https://github.com/cloudcannon/pagefind
- https://github.com/tinysearch/tinysearch (only support word search)
-
I'm happily using elasticlunr.js, but I don't see any examples or documentation around supporting wildcards, which my users are requesting. It looks like this is available in lunr.js but I would rathe…
-
Solution: Use [elasticlunr](http://elasticlunr.com/) to vastly improve search. It will need an index that is rebuilt everyday at 2am. [node-schedule](https://www.npmjs.com/package/node-schedule) can b…
-
Currently https://caniuse.rs/ requires both JavaScript and WebAssembly. If you lack one of those you just get a blank page.
I think we can make the site more accessible as well as greatly simplify …
-
~~Depends on~~ Relates to #567
Checkout how mdBook does full-text search: https://rust-lang.github.io/mdBook/ ... it seems to be using http://elasticlunr.com/docs/index.html
-
I'm not a UX person and I like gatsby and love the themes here. Was looking for a document site theme with client-side search using elasticlunr.js or lunr.js
-
Hello,
I don't think this is an issue, more just my misunderstanding of how to properly integrate this plugin.
I'm having a miserable time trying to integrate this into a gatsby site that's usin…