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