'id' Field Ignored in Typesense v0.22.1
TLDR Nader reported an issue with the id
field in Typesense v0.22.1. Kishore Nallan clarified it was a change in the version, directing to the corresponding document.
Jan 06, 2022 (22 months ago)
Nader
02:40 AMid
to a schema, but on v0.22.1, when I add a field called id
it is just ignored after the schema is created. I am running the both versions on the typesense cloud.Kishore Nallan
02:41 AMNader
02:42 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Change in Handling `id` in Schema from Version v0.22.0
Ignacio asked about a recent change. Jason clarified that from version v0.22.0, 'id' is ignored in the schema, suggesting to use 'filter_by' instead.
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.
Creating Unique ID from URL Field in Typesense DB
andy wanted to make the 'url' field the 'id' in typesense DB. Kishore Nallan advised that the 'id' field is always the ID by convention, but andy could duplicate the content as 'id', rename it, or use the 'url' field as 'id'.