-
Hi! Thanks for this wonderful tool.
In a project that uses minisearch, there are terms that are very short. E.g., there are terms like `try`, `try_all`, `r`, etc. This creates a dilemma: by setting…
-
It would be great if itemsjs could be updated to the latest version of lunr. I'm running into some issues with the old set implementation and it looks like the new version does not have this issue any…
-
Use or get inspired by
https://github.com/bridgetownrb/bridgetown-quick-search
possibly using lunr.js search system
-
Hi there! I am using minisearch with my Typescript project and I am really liking `minisearch`. However, I am having some difficulties with instantiating a MiniSearch using the build-in types.
I ha…
-
I was excited to find minisearch since it has no dependencies, and reading the code of the example.
But the example is actually a demo, not an example, and it uses React!
You can't really see how …
-
First, Thank You for minisearch, it's a great tool! 👍
My question: is there a way to include results that would find an item containing the word `Raymond` with search `mon` (Ie. the same kind of r…
-
Hi there: is it possible to define objects (and search through them) by array indexes instead of object keys? For example, instead of defining:
{
"id": "song-123",
"title": "T…
-
Is there a way to use this with Redux?
I have a couple of React components creating their own minisearch stores using the same data from Redux. I'd rather put the minisearch store into Redux and ha…
-
I usually click around a fair amount to find what I'm looking for. Often it is not clear to me what is a "style" or a "component." For example I would think of a "logo" or "breadcrumbs" as components …
-
I reproduced this on 2.5.0 today:
```js
const MiniSearch = require('minisearch');
const miniSearch = new MiniSearch({
fields: ['data.title'],
storeFields: ['id'],
extractField: (docume…