Skip to content

Commit c3fd07a

Browse files
committed
[ticket/13865] Add id_ary, show_results to core.search_modify_param_before
PHPBB3-13865
1 parent e7262e2 commit c3fd07a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

phpBB/search.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,14 +320,19 @@
320320
* @var array ex_fid_ary Array of excluded forum ids
321321
* @var array author_id_ary Array of exclusive author ids
322322
* @var string search_id The id of the search request
323+
* @var array id_ary Array of post or topic ids for search result
324+
* @var string show_results 'posts' or 'topics' type of ids
323325
* @since 3.1.3-RC1
326+
* @changed 3.1.10-RC1 Added id_ary, show_results
324327
*/
325328
$vars = array(
326329
'keywords',
327330
'sort_by_sql',
328331
'ex_fid_ary',
329332
'author_id_ary',
330333
'search_id',
334+
'id_ary',
335+
'show_results',
331336
);
332337
extract($phpbb_dispatcher->trigger_event('core.search_modify_param_before', compact($vars)));
333338

0 commit comments

Comments
 (0)