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.
2 parents f7fb1c6 + 24facda commit 9963d6cCopy full SHA for 9963d6c
openapi.yml
@@ -3854,6 +3854,13 @@ components:
3854
description: >
3855
The Id of a previous conversation to continue, this tells Typesense to include prior context when communicating with the LLM.
3856
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
+
3864
MultiSearchSearchesParameter:
3865
type: object
3866
required:
0 commit comments