Completed
Push — master ( cc21e8...5c80a5 )
by Simonas
65:42
created
Filter/Widget/Search/MatchSearch.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,8 +63,8 @@
 block discarded – undo
63 63
             list ($field, $boost) = explode('^', $field);
64 64
         }
65 65
 
66
-        $query =  new MatchQuery($field, $state->getValue(), $this->parameters);
67
-        !isset($boost) ? : $query->addParameter('boost', $boost);
66
+        $query = new MatchQuery($field, $state->getValue(), $this->parameters);
67
+        !isset($boost) ?: $query->addParameter('boost', $boost);
68 68
 
69 69
         if (isset($path)) {
70 70
             $query = new NestedQuery($path, $query);
Please login to merge, or discard this patch.