-
Hi,
I have the following document
```
{
first:'Abby',
last: 'Bloom',
info: [
{title:'ABC'},
{title:'CNN'},
{title:'MSN'}
]
}
```
How do I search/e…
-
~When I'm using `useMiniSearch(data,opts)` how can I reinitialize when the `data` changes?~
-
**Is your feature request related to a problem? Please describe.**
https://github.com/leeoniya/uFuzzy is apparently faster & yields more results than minisearch.
see comparison:
https://leeoniya.gi…
-
Hi! @lucaong
## Description
- Currently I found out, that the first `documents` received by `useMiniSearch` is not immediately get recognized by `minisearch` and turns out that the `minisearch`…
-
Hello :)
I'm using MiniSearch for my Obsidian plugin Omnisearch. It works wonderfully (thank you!), but for a certain category of users with literally thousands of documents, the `.LoadJSON()` func…
-
I noticed that MiniSearch has implemented a JavaScript version of BM25. I'm wondering why MiniSearch does not support cross-language searching. Recently, I have been using Python to debug RAG-related …
-
Apologies for the unsolicited marketing ideas. SCR... I was searching for this billion dollar library for a long time (https://github.com/meilisearch/meilisearch-rust/issues/67). Sorry to see the proj…
-
-
PR #281 removed the site search feature for data privacy reasons (it was implemented using Google)... Perhaps we can replace it by a self-hosted solution. But it must be something relatively simple, a…
-
There seems to be an issue with the way that `useMiniSearch` is including MiniSearch in production builds.
Reproduction here:
https://stackblitz.com/edit/vitejs-vite-j8sehn
In that reproduction…