Adding New Field in Update Schema
TLDR sahubar was unable to add a new field in update schema despite setting it to optional: true
. Jason asked for curl commands to reproduce the issue.
Powered by Struct AI
2
4mo
Jul 15, 2023 (4 months ago)
sahubar
sahubar
12:21 PMHi Jason /Kishore
when i try add new field in update schema its throws
If you still want to add this field, set it as
after that i change that field optional true but still throws error
when i try add new field in update schema its throws
If you still want to add this field, set it as
optional: true
.after that i change that field optional true but still throws error
Jason
Jason
02:19 PMCould you reproduce the issue using a set of curl commands and post the snippet here?
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 3005 threads (79% resolved)
Similar Threads
Updating Existing Schema Error in UI
Dev encountered an error while updating a schema through the UI. Jason explained that creating a new collection with the updated schema is necessary to change the setting.
3
7mo
Solved
Dealing with Nullable Field in Database Schema
Andrew asked how to represent a nullable field in schema. Jason advised setting the field as `optional: true`.
3
13mo
Solved
Issue with In-Place Schema Changes and Querying New Field
Ricardo faced issues querying a new field after in-place schema change. The problem was due to an older Python client, which was resolved by updating it.
4
5mo
Solved