From 6c94d823bbea21a5ab5672a3d7780ad598e1c665 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Sat, 25 Feb 2012 12:58:21 -0800 Subject: Fixes #3550. Merged slightly modified pull request 166 from sembrestels. --- mod/search/search_hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/search/search_hooks.php') diff --git a/mod/search/search_hooks.php b/mod/search/search_hooks.php index ab000f6f6..2143a0d24 100644 --- a/mod/search/search_hooks.php +++ b/mod/search/search_hooks.php @@ -284,7 +284,7 @@ function search_tags_hook($hook, $type, $value, $params) { } $tags_str = implode('. ', $matched_tags_strs); - $tags_str = search_get_highlighted_relevant_substrings($tags_str, $params['query']); + $tags_str = search_get_highlighted_relevant_substrings($tags_str, $params['query'], 30, 300, true); $entity->setVolatileData('search_matched_title', $title_str); $entity->setVolatileData('search_matched_description', $desc_str); -- cgit v1.2.3