@since: bbPress (r4579)
Description
BBP_Shortcodes::display_search()

Display the contents of search results in an output buffer and return to ensure that post/page contents are displayed first.

Source: bp-forums/common/shortcodes.php:691

bbp_is_search()

Check if current page is a search page

Source: bp-forums/common/template.php:843

bbp_search_pagination_count()

Output the search result pagination count

Source: bp-forums/search/template.php:415

bbp_get_search_pagination_count()

Return the search results pagination count

Source: bp-forums/search/template.php:429

bbp_search_pagination_links()

Output search pagination links

Source: bp-forums/search/template.php:463

bbp_get_search_pagination_links()

Return search pagination links

Source: bp-forums/search/template.php:476

bbp_search_query()

Run the search query

Source: bp-forums/search/functions.php:25

bbp_get_search_query_args()

Return the search’s query args

Source: bp-forums/search/functions.php:47

bbp_has_search_results()

The main search loop. WordPress does the heavy lifting.

Source: bp-forums/search/template.php:40

bbp_search_results()

Whether there are more search results available in the loop

Source: bp-forums/search/template.php:171