Fixing 404 Error in Geo-Search UI
TLDR Nathan faced a 404 error in geo-search UI. Jason suggested removing the double quotes to fix the issue.
2
1
Jun 02, 2023 (6 months ago)
Nathan
08:59 PM {
"facet": true,
"index": true,
"infix": false,
"locale": "",
"name": "geolocation",
"optional": false,
"sort": true,
"type": "geopoint"
},
Jason
09:03 PM2
Nathan
09:04 PM1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Improving Search Response Time in Typesense
Ed expressed concerns about higher search response times. Jason identified the high max facet value and average record size factors contributing to the issue. They also discussed options to enhance performance, such as limiting facet values display and upgrading the CPU.
Sorting Results in Typesense and Handling Errors
Ramees asks about sorting results by distance in Typesense, entering a list of strings as a field, and resolving an error with `fields` format. Kishore Nallan assists with these issues and advises on storing timestamps and proper authentication.
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.