Resolving Issues with JSON Returns in Create() Calls
TLDR Krish was having trouble getting a JSON return from a create() call. Kishore Nallan and Jason suggested solutions but the issue was ultimately resolved by Krish finding a typo in their code.
1
1
Dec 14, 2022 (10 months ago)
Krish
05:25 AMKishore Nallan
05:26 AMKishore Nallan
05:27 AMKrish
05:27 AMKishore Nallan
05:28 AMKrish
05:30 AMKishore Nallan
06:22 AMKrish
06:25 AMJason
06:26 AMJason
06:28 AMKrish
06:40 AMJason
01:48 PMKrish
01:50 PM1
1
Jason
01:51 PMKrish
01:52 PMJason
01:52 PMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Fixing "bad json" error in Typesense 0.24
Adam experiences "bad json" error when creating collections in Typesense 0.24. Jason identifies a typo in the docs causing the error and helps troubleshoot additional errors.
Typesense Server Bulk Import/Upsert Issue Resolved
Adam was confused about the discrepancy between the successful responses and the actual indexed data while working with a custom WP plugin integrating with Typesense. The issue was a bug related to fetching documents in the wrong order, not a Typesense problem.
Understanding Document ID Fields and Rectifying Duplicate Document Error
John queried about understanding document ID fields and fixed a duplication issue with guidance from Jason. They discovered a bug preventing document deletion due to a URL encodable character, with John opening a GitHub issue for it.
Issues with Importing Typesense Collection to Different Server
Kevin had problems migrating a Typesense collection between Docusaurus sites on different machines. Jason advised them on JSONL format, handling server hosting, and creating a collection schema before importing documents, leading to successful import.
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.