Hey,
I would like to share a specific search query, but when clicked it should execute a new search and not the cached results, is that possible?
The url it returns is
When I replace the number with "search" it executes an empty search. When I write a query like
it works though, I assume it is due to the keys being different.
Btw is the search result stored forever under its id and accessing the url a year later returns the same?
Disclaimer: enhanced search is being used
I would like to share a specific search query, but when clicked it should execute a new search and not the cached results, is that possible?
The url it returns is
Code:
https://mineyourmind.net/forum/search/1484227/?q=%2A%2A%2A%2A&t=post&o=date_asc&g=1&c[title_only]=1&c[prefix]=22
Code:
https://mineyourmind.net/forum/search/search?keywords=test
Btw is the search result stored forever under its id and accessing the url a year later returns the same?
Disclaimer: enhanced search is being used