Skip to content

Commit 299a9db

Browse files
authored
remove 'string' type with 'text' for elasticsearch 6
1 parent b2547af commit 299a9db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/config/es.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,11 @@
8383
'posts' => [
8484
'properties' => [
8585
'title' => [
86-
'type' => 'string'
86+
'type' => 'text'
8787
]
8888
]
8989
]
9090
]
91-
9291
]
93-
9492
]
95-
9693
];

0 commit comments

Comments
 (0)