Skip to content

Commit 22f7988

Browse files
added filter_curated_hits property (#246)
1 parent acce387 commit 22f7988

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Typesense/SearchParameters.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ public record SearchParameters
169169
[JsonPropertyName("hidden_hits")]
170170
public string? HiddenHits { get; set; }
171171

172+
/// <summary>
173+
/// Whether the filter_by condition of the search query should be applicable to curated results (override definitions, pinned hits, hidden hits, etc.).
174+
/// </summary>
175+
[JsonPropertyName("filter_curated_hits")]
176+
public bool? FilterCuratedHits { get; set; }
177+
172178
/// <summary>
173179
/// If you have some overrides defined but want to disable all of them during
174180
/// query time, you can do that by setting this parameter to false

0 commit comments

Comments
 (0)