CSV export does not use current search time range #2795
Closed
Comments
edmundoa
added a commit
that referenced
this issue
Sep 12, 2016
Generate CSV export link using the time range of the current search, instead of the current value of the time range inputs. Fixes #2795
bernd
added a commit
that referenced
this issue
Sep 12, 2016
Generate CSV export link using the time range of the current search, instead of the current value of the time range inputs. Fixes #2795
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
When doing a search, I expect the CSV export values to contain the same time range all other search elements use, even if I modify the search bar time range but didn't execute the search.
Current Behavior
Modifying the time range in the search bar without executing the search will use the new time range on the CSV export.
Possible Solution
Rely on the data coming from
SearchStore.getOriginalSearchURLParams()
instead of getting the updated configuration from the store.Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: