-
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 …
-
Hello there @lucaong,
I was recently used the minisearch hook you did here and preparing for a PR for improvement. But I stuck on failing master.
Here is what I did:
- Clone the `react-minisear…
Kjaer updated
3 years ago
-
Is it possible to search in the middle
name: 'AH Medical Supplies'
query: 'edi'
"Medical" found
?
-
It's better to show the problem I'm facing through this example:
https://stackblitz.com/edit/react-yhek3j?file=src%2FApp.js
With query string: `workshop a` the result is expected; the correct item…
-
It would awfully nice if we could do searches for posts by a keyword. When I was looking for information on the nonstandard way to include a post title in #67, it took me quite a while to find the SS…
-
Is it possible to have more than one category assigned to a document?
-
For our lab day on 26/11/20 me and aptkingston decided to look into how searching could be carried out in the apps - this is a big feature that will be needed by many users.
After much searching we s…