Open soujay opened 1 year ago
Currently it is not possible to search multiple search terms using the 'AND' Clause
The current search feature can search multiple search terms separated by a space using the 'OR' clause as this the default. The requested feature is to extend the Search so that multiple search terms can be searched for by using the 'AND' Clause Reference: https://ravendb.net/docs/article-page/5.4/Csharp/client-api/session/querying/text-search/full-text-search
None
Note: The search is driven by the ServiceControl search api
Describe the feature.
Is your feature related to a problem? Please describe.
Currently it is not possible to search multiple search terms using the 'AND' Clause
Describe the requested feature
The current search feature can search multiple search terms separated by a space using the 'OR' clause as this the default. The requested feature is to extend the Search so that multiple search terms can be searched for by using the 'AND' Clause Reference: https://ravendb.net/docs/article-page/5.4/Csharp/client-api/session/querying/text-search/full-text-search
Describe alternatives you've considered
None
Note: The search is driven by the ServiceControl search api
Additional Context