Search parameters in URL #4627
Replies: 1 comment
|
Implemented. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Enhancement
Simple in concept (although probably not in implementation) is to have any search parameters added to the URL, for example if I searched for
Bobmy URL would end with:search?query=bobThis could get more advanced as it could include all the advanced options, like
?tagsand?sortordermainly asking as it’s useful in my use case but I think others would benefit!
All reactions