Particular / ServiceInsight

Advanced debugging for NServiceBus
http://particular.net/serviceinsight
Other
16 stars 32 forks source link

Add the ability to search using the 'AND' clause between the search terms #1401

Open soujay opened 10 months ago

soujay commented 10 months ago

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

image