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

Need suggest search return only matching document value #210

Closed jeromelarman closed 3 years ago

jeromelarman commented 3 years ago

Hello,

It is possible to return only the field value matching to the suggestion ( not the entire document ) ?

In my current implementation, suggest feature seems to works as expected but return all the document body.

I don't know by advance wich field match in the document, so I can't build my autocomplete suggestion menu because I don't know which properties value of the document i could keep.

Thanks.

ts-thomas commented 3 years ago

Please change over to the version >= 0.7.x, it supports custom stores, thanks a lot.