-
I have a search example which works in Chrome but not Safari. If you look at the results variable in the Safari screenshot you will see that the ref number goes from 0 upwards and the score is NaN. Th…
-
Should be fairly straightforward to search window and tab text and titles using the jstree search plugin. What would be the best way to show the results? The jstree docs mention that filtering may b…
cxw42 updated
6 years ago
-
Determine possibility of using something like http://elasticlunr.com/docs/index.html to build indexes at deployment time so that we can have full text search capability for the data in this repo on th…
-
# Goal
Any search engine (lunr, elasticsearch, lucene) need an index to search in.
After trying to apply https://booyaa.wtf/2017/adding-search-to-your-cobalt-site-part-one/ to my own blog, I discove…
-
How can I add this support in Reactjs where ES2015 and ES2016 are used.
Where modules are not required but imported.
tried these but didn't work
```
import lunr from 'lunr';
require('../node…
-
I'm not familiar with elasticsearch's searching, but I can't seem to find a way to do wildcard searching with ex_elasticlunr. I'm powering a simple type-ahead documentation search field.
-
mdbook目前用的elasticlunr是比较老的项目,对lunr支持的中文,并不能很好的支持,目前还没找到太好的办法来支持中文搜索
https://github.com/rust-lang/mdBook/issues/1081
-
To enable completely static mirrors of media.ccc.de, it would be useful to have client-side search, e.g. using [lunr.js](https://lunrjs.com/) or [elasticlunr.js](https://github.com/weixsong/elasticlun…
ghost updated
5 years ago
-
Hello,
I'm not sure how to configure elasticlunr(and if it's possible) to search partial words in provided documents.
For example I have:
```
function createSearchIndex(index) {
var reve…
-
filter or search
for small collections something like http://lunrjs.com/ would work
for large ones, solr or elasticsearch