Fix unreviewed hashtag not being found by exact case-insensitive match (#11976)

This commit is contained in:
Eugen Rochko 2019-09-27 19:40:26 +02:00 committed by GitHub
parent 2c43d538dc
commit e2372fcdc2

View file

@ -62,9 +62,9 @@ class TagSearchService < BaseService
}, },
{ {
term: { match: {
name: { name: {
value: @query, query: @query,
}, },
}, },
}, },