Skip to content

Commit 9e6ee33

Browse files
committed
v28: add max_filter_by_candidates to search params
1 parent 15ad08a commit 9e6ee33

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,6 +2527,12 @@ components:
25272527
type: string
25282528
example: "num_employees:>100 && country: [USA, UK]"
25292529

2530+
max_filter_by_candidates:
2531+
description:
2532+
Controls the number of similar words that Typesense considers during fuzzy search
2533+
on filter_by values. Useful for controlling prefix matches like company_name:Acm*.
2534+
type: integer
2535+
25302536
sort_by:
25312537
description:
25322538
A list of numerical fields and their corresponding sort orders

0 commit comments

Comments
 (0)