-
Would like to have an index only, with identifiers so we can find the record via sqlite. Is this possible?
-
I'm just looking at the source code for this libary because I'm looking to adapt it for my own project.
I noticed in constructor _fieldsIds is reset, yet in removeAll it is not. Is this intentional…
-
I've found that using a document structure with an id that is nested, like this for example where `tracker.id` is the document id:
```
{
tracker : {
id : 'documentId',
...
},
asse…
-
I also wrote the issue here. - https://github.com/nextapps-de/flexsearch/issues/217
Also, wouldn't it be more intuitive for people, esp. non-technical; if `combineWith: 'AND'` by default? (Not like…
-
Hi Luca,
as promised - another issue / question:
Again, kind of refering to categories.
Say, you filter the search results by category:
`"kategorien": ["zuletztGeoeffnet", "favoriten"]`;
…
-
Hi Luca,
really enjoying your work.
I have one little suggestion, that could be a good improvement.
Let's say we have a component, which receives data as a prop, which is filtered by minisea…
-
Hi Luca,
me again^^
I have the following, quite strange behaviour.
You can add entries to the list of elements, that can be searched with mini-search.
While you add the new entry, the query …
-
I have downloaded the project the following command doesn't work
npm install --save minisearch
However npm install works.
Not sure about the next step. How to run the project? How to start th…
-
Thank you for the great work you have done on this library. I have a use-case that I'm not sure how to accomplish with `minisearch`, and would appreciate some help with it.
Is it possible to return…
-
I found problem in lib when I tried input duplicate value by value of tag (in a white small box - SC*). I wanted to get an empty result, but no. I think it's a bug.
My current options:
```
const …