Skip to content

Commit 168f916

Browse files
committed
MAGETWO-98258: Fix elacticsearch search perfomance
- fix static
1 parent 2d4f079 commit 168f916

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Elasticsearch/SearchAdapter/Query/Builder

1 file changed

+1
-1
lines changed

app/code/Magento/Elasticsearch/SearchAdapter/Query/Builder/Match.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected function buildQueries(array $matches, array $queryValue)
132132
* Escape a value for special query characters such as ':', '(', ')', '*', '?', etc.
133133
*
134134
* Cut trailing plus or minus sign, and @ symbol, using of which causes InnoDB to report a syntax error.
135-
* @link https://dev.mysql.com/doc/refman/5.7/en/fulltext-boolean.html Fulltext-boolean search docs.
135+
* https://dev.mysql.com/doc/refman/5.7/en/fulltext-boolean.html Fulltext-boolean search docs.
136136
*
137137
* @param string $value
138138
* @return string

0 commit comments

Comments
 (0)