소스 검색

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"
         }
       }
     }