Hi Team:wave: I'm indexing documents from Laserfi...
# community-help
v
Hi Team👋 I'm indexing documents from Laserfiche, and the fields are dynamically created during ingestion based on document metadata. I'm relying on Typesense's auto-schema creation feature. Is there a way to automatically set
sort: true
for all dynamically created fields of type
string
or
number
, at the time of indexing — without manually updating the schema afterward? Since field names and types vary per document, defining the schema in advance isn’t practical. Any way to tell Typesense to default to
sort: true
for eligible fields during auto-schema creation? Thanks!