Skip to:
Content

bbPress.org

Changeset 2429


Ignore:
Timestamp:
05/18/2010 02:14:12 PM (16 years ago)
Author:
chrishajer
Message:

Reported by mr_pelle. Patch in 2414 broke relevant search results. Fixes #1222. Props GautamGupta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/search.php

    r2414 r2429  
    1515    $bb_query_form->BB_Query_Form( 'post', array( 'search' => $q ), array( 'post_status' => 0, 'topic_status' => 0, 'search', 'forum_id', 'tag', 'topic_author', 'post_author' ), 'bb_relevant_search' );
    1616    $relevant = $bb_query_form->results;
     17   
     18    $bb_query_form->type = 'topic';
    1719
    1820    $q = $bb_query_form->get( 'search' );
Note: See TracChangeset for help on using the changeset viewer.