mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix unreviewed hashtag not being found by exact case-insensitive match (#11976)
This commit is contained in:
parent
07b057eabb
commit
2f90a38f44
@ -62,9 +62,9 @@ class TagSearchService < BaseService
|
||||
},
|
||||
|
||||
{
|
||||
term: {
|
||||
match: {
|
||||
name: {
|
||||
value: @query,
|
||||
query: @query,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user