Просмотр исходного кода

Merge pull request #952 from weseek/fix/search-with-tag-contain-upper-case

change datatype of tag_names on ES index
Yuki Takei 7 лет назад
Родитель
Сommit
f3d82055f5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resource/search/mappings.json

+ 1 - 1
resource/search/mappings.json

@@ -95,7 +95,7 @@
           "format": "dateOptionalTime"
         },
         "tag_names": {
-          "type": "text"
+          "type": "keyword"
         }
       }
     }