Hello,
I'm building this Chrome plugin for a company and they are using xenForo. To make it work I need to know how can I search something via URL in xenForo.
I mean, for some forum softwares, we can search queries like - example.com/search.php?do=process&query=search_query_here
But for xenForo it seems generating random URL for each search queries and I'm not sure how to make it possible.
Eg, If I search "test1" it will generate a URL - https://xenforo.com/community/search/8226239/?q=test1
I can't do a search for "test2" just by changing the value of "q", ie - https://xenforo.com/community/search/8226239/?q=test2 because it will again show the result of "test1"
So please let me know how it possible. How we can search something via URL.
Thank you,
I'm building this Chrome plugin for a company and they are using xenForo. To make it work I need to know how can I search something via URL in xenForo.
I mean, for some forum softwares, we can search queries like - example.com/search.php?do=process&query=search_query_here
But for xenForo it seems generating random URL for each search queries and I'm not sure how to make it possible.
Eg, If I search "test1" it will generate a URL - https://xenforo.com/community/search/8226239/?q=test1
I can't do a search for "test2" just by changing the value of "q", ie - https://xenforo.com/community/search/8226239/?q=test2 because it will again show the result of "test1"
So please let me know how it possible. How we can search something via URL.
Thank you,