We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47165a8 commit 523d0c2Copy full SHA for 523d0c2
lib/Model/Search/SynonymType.php
@@ -26,6 +26,12 @@ class SynonymType
26
27
public const PLACEHOLDER = 'placeholder';
28
29
+ public const ONE_WAY_SYNONYM = 'oneWaySynonym';
30
+
31
+ public const ALT_CORRECTION1 = 'altCorrection1';
32
33
+ public const ALT_CORRECTION2 = 'altCorrection2';
34
35
/**
36
* Gets allowable values of the enum.
37
*
@@ -39,6 +45,9 @@ public static function getAllowableEnumValues()
39
45
self::ALTCORRECTION1,
40
46
self::ALTCORRECTION2,
41
47
self::PLACEHOLDER,
48
+ self::ONE_WAY_SYNONYM,
49
+ self::ALT_CORRECTION1,
50
+ self::ALT_CORRECTION2,
42
51
];
43
52
}
44
53
0 commit comments