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
This ticket is a feature request to add some-sort of "search endpoint" where a user can send a GET request with a search query that searches the ProxySto.re Shop:
Currently there is a search function, but there is no way to link-to a query.
For example, if I'm having a discussion on some forums and I want to link to all the products related to NFC on ProxyStore, I can't add a link to the forums that goes to the ProxyStore shop with the search query "NFC" (eg for items spanning many categories, such as books, gadgets, faraday bags, etc).
Solution
There should be some URL endpoint where a GET (not POST) can be sent with a query specified as a variable in the URL.
It's standard for search engines to do this with the 'q' get variable, for example:
This ticket is a feature request to add some-sort of "search endpoint" where a user can send a GET request with a search query that searches the ProxySto.re Shop:
Why?
Currently there is a search function, but there is no way to link-to a query.
For example, if I'm having a discussion on some forums and I want to link to all the products related to NFC on ProxyStore, I can't add a link to the forums that goes to the ProxyStore shop with the search query "NFC" (eg for items spanning many categories, such as books, gadgets, faraday bags, etc).
Solution
There should be some URL endpoint where a GET (not POST) can be sent with a query specified as a variable in the URL.
It's standard for search engines to do this with the 'q' get variable, for example:
Therefore, I'd recommend an endpoint such as
The text was updated successfully, but these errors were encountered: