XF 1.1 Search multiple users

SchmitzIT

Well-known member
Under Search, it is possible to search for content of a specific user(s) by specifying their names seperated by comma's.

I have not filled in any keywords, and am essentially trying to figure out exactly what URL is generated by this search. If I look in the xf_Search table for the search-id in question, though, I don't really get any wiser:

Code:
'{"user":[3,8]}'

Would someone be able to point me in the right direction of how to duplicate a multi-user search by means of a generated URL, please? It'd be even better if this can also be done by user-group, but I probably could figure out a way to programmatically work around that one.

Thanks in advance!
 
Top Bottom