Unexpected Extra Property in Inserted Schema Documents
TLDR Ahmad reported an extra 'soldOut: false' property in their inserted documents. Jason explained that these "extra" attributes are stored but not indexed in Typesense.
Jan 04, 2022 (24 months ago)
Ahmad
10:38 PMsoldOut: false
Why so ? as I don’t have any such property in my schema.
Jason
11:00 PMJason
11:02 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Storing Additional Data in Typesense Collection's Schema
Jack discussed options to store extra data in a collection's schema in Typesense. Jason suggested a temporary workaround and provided a link to an upcoming Typesense feature that may solve the issue.
Adding and Updating Collections in Typesense Server
sonu asked about methods to add and update collections in a Typesense server. Jason advised that documents can be added individually or in bulk, and updates can be batched using the import function, even with a small React app with a MySQL database.
Storing Non-Indexed Document Fields in Typesense
Thomas asked about unindexed, stored fields. Jason explained that unindexed fields can be stored and returned if the document is a match. Andrew added a limitation about nested fields.