Skip to content
Snippets Groups Projects
Unverified Commit 2f90a38f authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

parent 07b057ea
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,9 @@ class TagSearchService < BaseService
},
{
term: {
match: {
name: {
value: @query,
query: @query,
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment