@@ -198,6 +198,9 @@ |
||
198 | 198 | } |
199 | 199 | |
200 | 200 | |
201 | + /** |
|
202 | + * @param Search $search |
|
203 | + */ |
|
201 | 204 | private function addTypesToSearch(&$search, $type) { |
202 | 205 | // If the query is a 'more like this' we can get the terms used for searching by performing |
203 | 206 | // an extra query, in this case a query validation with explain and rewrite turned on |