Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BuddyBoss

    (@buddyboss)

    Hi nkeatign

    You can override bb_global_search_default_items_to_search() with

    remove_filter( ‘buddyboss_global_search_option_items-to-search’, ‘bb_global_search_default_items_to_search’ );

    Define your own order.
    You can get functions inside
    /buddypress-global-search/includes/filters.php

    Hi,
    This method works for search results page but doesn’t work for ajax search result (jquery autocomplete)
    Is there another filter or action hook we can use to filter out default items to search in ajax search?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Results Not showign users’ is closed to new replies.