-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:FiltersenhancementNew value added to drive a business resultNew value added to drive a business resultv7.10.0v8.0.0
Description
This is a follow up on #44377
At the moment, developers may use the following APIs:
const { filterManager, timefilter } = data.query;
filterManager.setFilters(...);
timefilter.timefilter.setTime(...);
To gain programmatic access to the modify SearchBar settings.
However, the value of the query string is inaccessible and is held by each application only.
As a result, there is no way to programmatically change it (and there were frequent requests to enable this behavior).
There should be an additional API to get \ set \ clear the query string.
const { queryString } = data.query;
queryString.get(...);
queryString.set(...);
queryString.clear(...);
streamich, martijnrondeel and kertal
Metadata
Metadata
Assignees
Labels
Feature:FiltersenhancementNew value added to drive a business resultNew value added to drive a business resultv7.10.0v8.0.0