File: bp-search/classes/class-bp-search.php |
Description |
---|---|
bp_search_group_or_type_title |
All helper classes must inherit from bp_search_Type |
bp_search_query_results |
the following variable will be an object of current search type helper class e.g: an object of Bp_Search_Groups or Bp_Search_Posts etc. |
BP_Search::print_results() | |
BP_Search::get_search_term() | |
BP_Search::has_search_results() | |
BP_Search::do_search() |
Perform search and generate search results |
bp_search_class_search_wrap |
the following variable will be an object of current search type helper class e.g: an object of Bp_Search_Groups or Bp_Search_Posts etc. |
BP_Search::prepare_search_page() |
setup everything before starting to display content for search page. |
BP_Search::sanitize_args() |
Sanitize user inputs before performing search. |
BP_Search::search_page_url() |
Returns the url of the page which is selected to display search results. |