mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
fix(search): fix anime synonyms search (#1205)
This commit is contained in:
@@ -28,7 +28,7 @@ class AnimeQuery extends ElasticQuery
|
||||
[
|
||||
'bool' => [
|
||||
'boost' => 0.85,
|
||||
'should' => $this->createTextQuery('synonyms', 'text'),
|
||||
'should' => $this->createTextQuery('synonyms', $criteria->getTerm()),
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user