-
## Description
**Q: What is the name of the feature?**
A: Browse (beyond the carousel)
**Q: What does this feature enable the user to do?**
A: Access any public document via homepage
…
-
Hi there .. just a thanks and fyi that I've used minisearch in a recently published project [re:places](https://github.com/theprojectsomething/re.places) (a drop-in polyfill for Algolia Places), that …
-
I'm looking at using minisearch in place of lunr, but one requirement I have is language support, specifically for English and Dutch.
I see there are a few npm packages with stemmers, stop words, e…
-
Running the curl command:
```sh
curl -X POST https://6363-beige-giraffe-3hasjnrv.ws-us18.gitpod.io/app-darkgrey-heat-wave/search/default/_bulk \
-H 'Content-Type: application/json' \-H 'Authoriz…
-
Tried using this
```
const [testProducts] = useState(
ItemsJs([
{
id: 1,
name: "安积 ASAKA THE FIRST 单一麦芽威士忌 700 M L",
},
{
id: 2,
name…
-
Hi! First of all, v4 seems to be give slightly better search ranking than v3.
However, there is a crucial issue currently with the scoring of documents in our application for some search terms. I h…
-
Hi, I'm migrating my site to svelte and have found this library. Thanks for making it! However I'm facing the following challenges:
I have a long list (6000+) of items which if passed along naively…
-
How would I be able to add redis as a cache?
-
https://github.com/lucaong/minisearch
Before submitting the request to add a new project, please check the following points:
- [x] The project is related to the web platform or Node.js
- [x] Th…
-
Hey there :wave:
What is the preferred strategy to get the index of a hit within the original body in order to highlight it?