ソースを参照

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

change datatype of tag_names on ES index
Yuki Takei 7 年 前
コミット
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"
         }
       }
     }