You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare a saved search that actually filters out some documents
e.g. use the ecommerce sample dataset, open it in Discover, search for customer_first_name : E* (which only returns 448 of the 4675 documents) and save the search
Navigate to the index data visualizer and select the saved search
Click the use full data button and verify that the reduced doc count is displayed
Go back to the Data Visualizer page, click select index pattern, select the same saved search again (it remembers the time range) and look at the doc count
Repeat step 4. a few times
Expected result
After every load the reduced doc count is displayed
Actual result
Sometimes the total doc count (without the search applied) is displayed:
Additional information
In the network activity I can see two requests for the doc count on initial load: the first one without the search query and a second one with the search query. I guess the issue happens in cases where the first request runs slower than the second one and comes back later with the wrong result.
Found in version
Browser
Steps to reproduce
customer_first_name : E*
(which only returns 448 of the 4675 documents) and save the searchuse full data
button and verify that the reduced doc count is displayedData Visualizer
page, click select index pattern, select the same saved search again (it remembers the time range) and look at the doc countExpected result
Actual result
Additional information
The text was updated successfully, but these errors were encountered: