nextapps-de / flexsearch

Next-Generation full text search library for Browser and Node.js
Apache License 2.0
12.53k stars 491 forks source link

咨询检索配置(缓存值: "多大的;多少平" 使用:search("是多少平的") 没有返回结果,想要可以返回应该怎么做呢) #443

Open LvHuaiSheng opened 5 months ago

LvHuaiSheng commented 5 months ago

缓存值: "多大的;多少平" 使用:search("是多少平的") 没有返回结果,想要可以返回应该怎么做呢,具体代码如下? this.flexSearch = new FlexSearch.Document({ tokenize: "full", depth: 3, cache: true, async: false, doc: { id: 'id', index: ['question'] // value = "多大的;多少平" 使用:search("是多少平的") 没有返回结果,想要可以返回应该怎么做呢? } });