jmurray
13 years agoChampion
Is there any way to omit TKBs from search results?
I'm making this call to pull in unsolved threads: <#assign rest_query = "/boards/id/mynode/search/messages?openresponse=true&sort_by=-topicPostDate&page_size=" + results_list_size/> However, it...
- 13 years ago
you can add "include_forums=true" in order to only return forums results and not tkb:
<#assign rest_query = "/boards/id/mynode/search/messages?openresponse=true&sort_by=-topicPostDate&include_forums=true&page_size=" + results_list_size/>