Fix unreviewed hashtag not being found by exact case-insensitive match (#11976)
This commit is contained in:
parent
2c43d538dc
commit
e2372fcdc2
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@ class TagSearchService < BaseService
|
|||
},
|
||||
|
||||
{
|
||||
term: {
|
||||
match: {
|
||||
name: {
|
||||
value: @query,
|
||||
query: @query,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue