Closed jwillp closed 3 years ago
I think for this you would use multiple query and bool: 'and'
This would be great to have.
For comparison, Lunr supports this query syntax: https://lunrjs.com/guides/searching.html
Please change over to the version >= 0.7.x which has support for this, thanks a lot.
This sounds great! This will enable us to switch to flexsearch. Is there documentation about the supported search syntax?
Hi, I was wondering if it was possible to make searches using named fields in a similar fashion to the GIthub Issue Search:
Given:
With an indexed document like:
To be able to do a query like so:
Is there a way out of the box something like this?
Thank you!