Duplicate Fields in Record Issue
TLDR Bruno identified the ability to create duplicate fields in schema and documents. Jason asked them to report this on Github, which they did.
Jul 28, 2021 (28 months ago)
Bruno
11:37 PMJul 29, 2021 (28 months ago)
Jason
12:02 AMBruno
12:10 AMBruno
12:10 AMcreation_date
Jason
01:04 AMJason
01:04 AMBruno
01:32 AMJason
01:36 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Specific Collection Backfill and Schema Config in Firebase Extension
Loic asked Jason about backfilling specific collections with the Firebase Extension and configuring collection schemas. The latter explained current limitations and gave advices about handling attributes for search/filtering, storage, and return.
Duplication Issue in Document Return
Carl asked why the same document was returned twice, showing missing values in some properties. Kishore Nallan suggested checking the indexing method and use of curation overrides. Carl opted to provide a query for in-depth troubleshooting.
Issue with Query Hangs Identifying Different Collection Field Names
Kanak experiences query hangs when collection field names differ. Ahmed had an issue adding documents to collections, which was self-resolved. Kishore Nallan resolved Kanak's issue with the updated build.
Threading Problem During Multiple Collection Creation and Batch Insertion in Typesense
Johan has a problem with creating multiple collections and batch-inserting documents into Typesense, which is returning results from different collections. Kishore Nallan helps troubleshoot the issue and suggests a potential local race condition, which is fixed in a later build.
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.