Przeglądaj źródła

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

master^2
Eugen Rochko 4 lat temu
committed by GitHub
rodzic
commit
2f90a38f44
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      app/services/tag_search_service.rb

+ 2
- 2
app/services/tag_search_service.rb Wyświetl plik

@@ -62,9 +62,9 @@ class TagSearchService < BaseService
},

{
term: {
match: {
name: {
value: @query,
query: @query,
},
},
},


Ładowanie…
Anuluj
Zapisz