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
The search query is not saved when you click on a link with saved search. It can be either a short link or a full link, with all the request parameters. It can be seen that in the request parameters contain
query:(language:lucene,query: test)
or
query:(language:kuery,query: test)
but when the page loads, the line disappears from the search. This is most likely due to the order in which the parameters are applied. The search parameter is applied first, and then it is overwritten by the saved search.
To Reproduce
Steps to reproduce the behavior:
Go to 'Discover'
Select index-pattern for search
Click "Save" and save search
Click "Open", select saved search
On the left upper corner you can see "Discover/${your_saved_search}"
Enter something in the search bar
Press "Share"->"Copy link"
Open the tab and follow the link
You will see that the search parameter has disappeared and it has disappeared from the query string
If in the same tab you follow the full link with search parameters, then everything works correctly
Expected behavior
It is expected that the link will open a search with the saved search parameter and search string
OpenSearch Version
2.18.0
Dashboards Version
2.18.0
Plugins
Only default plugins and Security
Screenshots
Host/Environment (please complete the following information):
Describe the bug
The search query is not saved when you click on a link with saved search. It can be either a short link or a full link, with all the request parameters. It can be seen that in the request parameters contain
or
but when the page loads, the line disappears from the search. This is most likely due to the order in which the parameters are applied. The search parameter is applied first, and then it is overwritten by the saved search.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It is expected that the link will open a search with the saved search parameter and search string
OpenSearch Version
2.18.0
Dashboards Version
2.18.0
Plugins
Only default plugins and Security
Screenshots
Host/Environment (please complete the following information):
Additional context
Full link of search
Search link after follow
Search query param erased
The text was updated successfully, but these errors were encountered: