Skip to content

Commit c73fa81

Browse files
authored
Merge pull request #27 from gets0ul/connect-app_issue3755
Remove 'not_analyzed' from handle field in project.members mapping.
2 parents 8f29834 + 346bc82 commit c73fa81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

migrations/elasticsearch_sync.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ function getRequestBody (indexName) {
227227
type: 'string'
228228
},
229229
handle: {
230-
type: 'string',
231-
index: 'not_analyzed'
230+
type: 'string'
232231
},
233232
id: {
234233
type: 'long'

0 commit comments

Comments
 (0)