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
I am trying to get Document searching to work using an array of criteria as the first param. From the documentation, it appears you should be able to do something like this:
I am trying to get Document searching to work using an array of criteria as the first param. From the documentation, it appears you should be able to do something like this:
However, the issue appears to be that the code for Document.search does not properly set the query variable in the loop here:
https://github.com/nextapps-de/flexsearch/blob/master/src/document.js#L552
Thus query is null when the code gets here:
https://github.com/nextapps-de/flexsearch/blob/master/src/document.js#L552
I believe this can easily be fixed by doing the following
The text was updated successfully, but these errors were encountered: