Set filter through HTTP server URL query string
Set filter through HTTP server URL query string
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.
Re: Set filter through HTTP server URL query string
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.
Currently you will have to remake your filters on the HTTP client.
Re: Set filter through HTTP server URL query string
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!