The forums object is a list of search results. The search text is loaded by the text in the URL.
https://support.supportbench.net/search/Search+Text/
If no search is supplied, then the object will be null.
To retrive the search results, you can access it by calling it directly within a tag.
{% for result in sb.search.results %} {{ result.title }} {% endfor %}
Returns the type of search that is being performed.
0 = Knowledge base 1 = Forums
Returns how many results are being displayed.
Returns the amount of results available.
Returns a list of search result items sorted by relevancy.
Returns the id of the result. Either a topic id or article id.
Returns the title of the result.
Returns the summary of the result.
Returns the amount of posts within this topic or comments within the article.
Returns the last modified date of the result.
Returns wether the topic has been resolved.
Returns the amount of like the knowledge base article has recieved.
Was this article helpfu?
Thank you for voting
You are related to multiple companies. Please select the company you wish to login as.