In the current implementation, performing a search keeps the URL in the browser address bar static. So there is no way to share search results with another user. Requesting a way that updates the browser URL when a search is done, so that the entire search result can be sent over to another user. This is also useful if a bunch of registers following a certain pattern needs to be added to any documentation - this will allow users to add a single link with the search param instead of adding URL for each matching register.
In the current implementation, performing a search keeps the URL in the browser address bar static. So there is no way to share search results with another user. Requesting a way that updates the browser URL when a search is done, so that the entire search result can be sent over to another user. This is also useful if a bunch of registers following a certain pattern needs to be added to any documentation - this will allow users to add a single link with the search param instead of adding URL for each matching register.