Set filter through HTTP server URL query string

Have a suggestion for "Everything"? Please post it here.
Post Reply
gregyski
Posts: 2
Joined: Thu Feb 09, 2017 11:59 pm

Set filter through HTTP server URL query string

Post by gregyski »

Currently, it appears that the HTTP server search functionality cannot have a filter applied to it. I would appreciate it if there were a way to set the active filter for the search. Thank you.
void
Developer
Posts: 16755
Joined: Fri Oct 16, 2009 11:31 pm

Re: Set filter through HTTP server URL query string

Post by void »

Access to your filter list over HTTP will most likely be added in a future release..

Currently you will have to remake your filters on the HTTP client.
gregyski
Posts: 2
Joined: Thu Feb 09, 2017 11:59 pm

Re: Set filter through HTTP server URL query string

Post by gregyski »

Aye, that's what I did and with some tweaking it worked well. Some, if not all, of double backslashing, eliminating some unnecessary spaces, and grouping the filter component to AND with the actual search seemed necessary. Filter feature would be nice, of course, but this worked out. Thanks!
Post Reply