The content of the filter-input element is dynamically added to the uri in the browser and get's added to the history.
But when i select an instance of an application in the search result, the filter-parameter in the browser is removed.
If i now navigate to the instance and then go back in the browser, the content of the filter is lost.
Example:
Open springbootadmin
Type a word in the filter, e.g. test and notice that the uri parameter q=test is added to the uri in the browser uri bar:
Click on the first element in the result and noticat that the uri parameter q=test is lost:
Spring Boot Admin Server information
Version: 3.2.1
Spring Boot version: 3.1.7
Configured Security: OAuth2
Webflux or Servlet application: Servlet
Client information
Spring Boot versions: 2.x-3.x
Used discovery mechanism: Consul
Webflux or Servlet application: Servlet
Description
The content of the filter-input element is dynamically added to the uri in the browser and get's added to the history. But when i select an instance of an application in the search result, the filter-parameter in the browser is removed. If i now navigate to the instance and then go back in the browser, the content of the filter is lost.
Example: