-
Hey there :wave:
What is the preferred strategy to get the index of a hit within the original body in order to highlight it?
-
OS: MacOS 11.6
Node: 15.11.0
Minisearch 3.1.0
====================================
Building index with the following code:
```
const miniSearch = require('minisearch')
const fs = require(…
-
minisearch supports both, maybe adding radio buttons or parsing the input (e.g.: quotes)
-
Hi
I just looked at your library and it seems really great. However i searched the docs and didn't find anything regarding how i can configure minisearch to use an AND-based approach (only return e…
-
When I search huge amount of data, it lags. Is there any way to search asynchronously? Or, is there any way to reduce lag while processing huge data?
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
johnf updated
2 years ago
-
Hi Luca,
Could you add a license to this repo? great work on minisearch.
-
I have a use case for item titles that have embedded hyphens, i.e.:
C-8
AR-7
PGMP-15
I seem to get back a lot of completely unrelated results that do not have the search terms in them. I do fi…
-
MacOS: 11.5
Node: v15.11.0
Code Example:
```js
const MiniSearch = require('minisearch')
// A collection of documents for our examples
const documents = [
{
id: 1,
title: 'Moby…
-
specs2 is currently using the tipuesearch library but it [seems to be missing useful code in pages](https://github.com/etorreborre/specs2/issues/960). That library seems to be unsupported now and ther…