Forum Discussion

sullysnack's avatar
sullysnack
Khoros Alumni (Retired)
12 years ago

Unanswered Topics search query

Hi Lithosphere,

 

Is there a way to compose a search page url so the results are the same as what is shown on the Unanswered Topics page? 

 

e.g. for the list of results here:

/t5/forums/unansweredtopicspage/node-id/category%3A[cat-id]

 

We want to show the same results in the search results page. Something like:

/t5/forums/searchpage/tab/message?advanced=true&location=Category%3A[cat-name]&sort_by=-topicPostDate&rangeTime=1M&unanswered=true

 

If there's no way, we can create a custom page which shows unanswered results, using a REST call like this for starters:

/categories/id/[cat-name]/unanswered

 

*[cat-id] is the unique id# of a category in your community.

*[cat-name] is the id name of a category in your community.

 

Thank you,

Dave