Kaynağa Gözat

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

master^2
Eugen Rochko 4 yıl önce
committed by GitHub
ebeveyn
işleme
2f90a38f44
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      app/services/tag_search_service.rb

+ 2
- 2
app/services/tag_search_service.rb Dosyayı Görüntüle

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

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


Yükleniyor…
İptal
Kaydet