#community-help

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.

Powered by Struct AI
Jan 04, 2022 (24 months ago)
Ahmad
Photo of md5-4a6338a1d6016269c9f234fc1a133144
Ahmad
10:38 PM
Hi, I am getting an extra property in my inserted documents like
soldOut: false 

Why so ? as I don’t have any such property in my schema.
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
11:00 PM
That definitely doesn't look like a Typesense property...
11:02
Jason
11:02 PM
The documents that are sent to Typesense can have additional properties that are not defined in the collection schema - these are just stored on disk and not indexed. They're returned if the document is a hit.