Ticket #1222: 1222.diff
| File 1222.diff, 493 bytes (added by GautamGupta, 2 years ago) |
|---|
-
search.php
14 14 15 15 $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' ); 16 16 $relevant = $bb_query_form->results; 17 18 $bb_query_form->type = 'topic'; 17 19 18 20 $q = $bb_query_form->get( 'search' ); 19 21 }