We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ceddad commit 55b4925Copy full SHA for 55b4925
1 file changed
src/Mapping/AllowedValues.php
@@ -18,6 +18,7 @@ class AllowedValues
18
// Text types
19
public const TYPE_TEXT = 'text';
20
public const TYPE_KEYWORD = 'keyword';
21
+ public const TYPE_STRING = 'string'; // deprecated
22
23
// Boolean types
24
public const TYPE_BOOLEAN = 'boolean';
0 commit comments