You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The different formats returned vary base on the combinations of params. The enrich option is clear for typing, but the correlation between tag and pluck seem strange when combined with an empty search like ''.
Maybe the use case for searching '' is a bit weird, but anyways, it does create format differences.
Hi, first, let me say that this project is an outstanding piece of software. Thanks for the time you take to write and maintain it.
We've been using this project in a TypeScript project and I have to say there is room for improvement.
First, the definitions written in
@types/flexsearch
cannot be imported correctly as explained in #342.Then, these definitions actually lack some formats that I discovered while playing with the settings.
Here is a basic example of what I tried:
The different formats returned vary base on the combinations of params. The
enrich
option is clear for typing, but the correlation betweentag
andpluck
seem strange when combined with an empty search like''
.Maybe the use case for searching
''
is a bit weird, but anyways, it does create format differences.The text was updated successfully, but these errors were encountered: