Skip to content

Commit 24facda

Browse files
committed
Added validate_field_names to the MultiSearchParameters
1 parent ac7f8fe commit 24facda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3854,6 +3854,13 @@ components:
38543854
description: >
38553855
The Id of a previous conversation to continue, this tells Typesense to include prior context when communicating with the LLM.
38563856
type: string
3857+
validate_field_names:
3858+
description: >
3859+
Controls whether Typesense should validate if the fields exist in the schema.
3860+
When set to false, Typesense will not throw an error if a field is missing.
3861+
This is useful for programmatic grouping where not all fields may exist.
3862+
type: boolean
3863+
38573864
MultiSearchSearchesParameter:
38583865
type: object
38593866
required:

0 commit comments

Comments
 (0)