-
En pensant à permettre la mise en ligne en AB testing :)
-
Hi,
I noticed there are papers about adding customized search to minizinc (references below). However, in the minizinc docs regarding search it seems only the "predefined" search is available. What i…
-
## 环境及版本信息
飞鹤外网环境 :http://120.133.27.45/wbalone/pages/login/login.html 版本1.0
- `tinper-bee` 版本号:
`tinper-bee` 版本号 :^2.1.0
- 若使用单个组件,请标明该组件版本号:
- 当前项目中`react`的版本号:
版本号:16.6.3
- 所使用的操…
-
Shouldn't newline characters (`\n` and `\r`) also be part of the [tokenizer regex](https://github.com/lucaong/minisearch/blob/df51fd963a0cd7ae4d4722115b3fdd089e61a63f/src/MiniSearch.js#L657)?
Other…
-
## Description
After updating to the latest `gatsby-plugin-netlify-cms`, running `gatsby build` fails and throws the following error
```
...
success open and validate gatsby-configs - 0.015 …
-
Hey,
just played a bit with your library. Is it intended not to work with cyrillic/unicode strings? Perhaps you did not implement it in terms of performance?
Simple snippet to reproduce:
```
c…
-
hello!
thanks for fixing previous issue.
looks like { combineWith: 'AND' } option performs as exact, not as AND search. and seems like fuzzy option is also ignored in that case
could you pls ta…
-
## Description
Developing on Gatsby has been over time significantly slowing down - at times taking up 20-30 seconds for the hot loader to refresh the page. After around 10-20 updates to a page - i…
-
I have documents with nested fields e.g.
```js
[{ id: '', name: '', location: { postal: '11111', placename: '', unit: '07-03' } }]
```
i would like to access the nested field within e.g. 'location…
-
I've written code to compose different tokenizers and term post-processors together, however, I would like to be able to fall back to the built-in ones. Today, I do this by copying the regex/logic int…