-
I'm use:
* node v14.5.0,
* typescript v3.9.6
* ts-node v8.10.2
on a Windows 10 system, and when I only import Minisearch like:
```javascript
import Minisearch from 'minisearch';
```
I ge…
-
The page at https://raw.githack.com/nextapps-de/flexsearch/master/test/matching.html which is linked to in several places on https://github.com/nextapps-de/flexsearch is failing with:
````
GET htt…
-
Hi looking at src/minisearch I realise that when removing an document that `_fieldLength` is left unchanged.
I realised this doesn't lead to any bugs but say garbarge collection is worth deleting thi…
-
-
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…
-
Hi Luca,
as promised - another issue / question:
Again, kind of refering to categories.
Say, you filter the search results by category:
`"kategorien": ["zuletztGeoeffnet", "favoriten"]`;
…
-
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…
-
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…
-
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…