mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-20 13:48:09 +00:00
Fix unreviewed hashtag not being found by exact case-insensitive match (#11976)
This commit is contained in:
@@ -62,9 +62,9 @@ class TagSearchService < BaseService
|
||||
},
|
||||
|
||||
{
|
||||
term: {
|
||||
match: {
|
||||
name: {
|
||||
value: @query,
|
||||
query: @query,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user