We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635ac0a commit e85a0d7Copy full SHA for e85a0d7
1 file changed
src/Typesense/SearchParameters.cs
@@ -43,7 +43,7 @@ public record MultiSearchParameters : SearchParameters
43
/// The query parameters of the preset will then be used in your search.
44
/// </summary>
45
[JsonPropertyName("preset")]
46
- public bool? Preset { get; set; }
+ public string? Preset { get; set; }
47
48
public MultiSearchParameters(string collection, string text) : base(text)
49
{
@@ -99,7 +99,7 @@ public record SearchParameters
99
100
101
102
103
104
/// <summary>
105
/// Set this parameter to true if you wish to split the search query into space separated words yourself.
0 commit comments