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
{{ message }}
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
In my project, permanent URLs for queries are a requirement. It looks like currently, the URL always stays the same.
There are two options that I see to solve this:
encode the query in the URL (as a GET parameter or as part of the path), or
save queries in the database and use the DB identifier in the URL. This is a nice feature to have anyway, but I don't know how much work it will be, and the URLs are not really permanent/portable across implementations.
In my project, permanent URLs for queries are a requirement. It looks like currently, the URL always stays the same.
There are two options that I see to solve this:
GETparameter or as part of the path), or