Syncing Data to Typesense Cloud Issue
TLDR Jameshwart had a problem syncing data to Typesense Cloud. Kishore Nallan provided a fix to this issue by doing an upgrade in the UI. Zildjian confirmed that they were working on the same project as Jameshwart and that the fix should work.
Jul 25, 2023 (4 months ago)
Jameshwart
02:47 AMKishore Nallan
02:48 AMJameshwart
02:49 AMKishore Nallan
02:50 AMJameshwart
02:50 AMJameshwart
02:51 AMJameshwart
02:51 AMKishore Nallan
02:54 AMJameshwart
02:54 AMKishore Nallan
02:54 AMKishore Nallan
02:55 AMJameshwart
02:55 AMKishore Nallan
02:55 AMJameshwart
02:55 AMKishore Nallan
02:57 AM0.25.0.rc54
version now in the UI which you can upgrade to. This contains a fix for the float/int64 issue that was reported last week.Just to ensure that it's the same issue, can you post the schema for
salePrice
?Jameshwart
02:58 AM{
"facet": false,
"index": true,
"infix": false,
"locale": "",
"name": "salePrice",
"optional": false,
"sort": false,
"type": "object"
},
Kishore Nallan
03:04 AMKishore Nallan
03:04 AMZildjian
03:05 AMKishore Nallan
03:05 AMKishore Nallan
03:05 AMZildjian
03:05 AMZildjian
03:06 AMKishore Nallan
03:07 AMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Resolving Float Value Issues in PHP and Typesense.
Zildjian was having issues with float values being treated as int64 in Typesense. Kishore Nallan identified and rectified the issue, guiding the user through a software upgrade process.
Troubleshooting 400 Error When Upgrading Typesense Firestore Extension
Orion experienced a `400` error after updating the Typesense Firestore extension, causing issues with cloud functions. They traced the issue back to a data type conflict in their Typesense collection schema after updating. With help from Jason and Kishore Nallan, they resolved the issue by recreating the collection.
Fixing Corrupted Documents and Upgrading Typesense Cloud Version
gab had issues with corrupted documents in Typesense Cloud. Jason suggested upgrading to version 0.24.1.rc, which resolved the issue. They also discussed CORS domain management.
Resolving Typesense v0.22.0 Import Issues
Anton encountered issues importing documents in batches using Typesense v0.22.0. Kishore Nallan suggested using atomic import and proposed a debug build. After multiple trials, they were able to reproduce and fix the issue. Anton confirmed the solution was working.
Resolving 'Sort by String Property' Error in Typesense
Ahmad was unable to sort by a string property on Typesense. Jason helped diagnose the issue, instructed the user to upgrade from their side, and enabled the sorting feature in the user's schema.