Allow to search with AND in the save object find API #29262
Labels
enhancement
New value added to drive a business result
Feature:Saved Objects
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
It would be very useful (and the behavior we had prior 6.0) if we could search saved objects in the find API so that
AND
will be used instead ofOR
, i.e. searching forfoo bar
will now search forfoo OR bar
and notfoo AND bar
. There is currently no way in specifying that in the API.We would need to be able to specify that in the API or maybe even change the default back to
AND
.See also #20676
The text was updated successfully, but these errors were encountered: