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 0d33036 commit 4a2f572Copy full SHA for 4a2f572
algoliasearch/Models/Search/SynonymType.cs
@@ -46,6 +46,24 @@ public enum SynonymType
46
/// Enum Placeholder for value: placeholder
47
/// </summary>
48
[JsonPropertyName("placeholder")]
49
- Placeholder = 5
+ Placeholder = 5,
50
+
51
+ /// <summary>
52
+ /// Enum OneWaySynonym for value: oneWaySynonym
53
+ /// </summary>
54
+ [JsonPropertyName("oneWaySynonym")]
55
+ OneWaySynonym = 6,
56
57
58
+ /// Enum AltCorrection1 for value: altCorrection1
59
60
+ [JsonPropertyName("altCorrection1")]
61
+ AltCorrection1 = 7,
62
63
64
+ /// Enum AltCorrection2 for value: altCorrection2
65
66
+ [JsonPropertyName("altCorrection2")]
67
+ AltCorrection2 = 8
68
}
69
0 commit comments