hey folks, is it possible to edit the schema of an...
# community-help
c
hey folks, is it possible to edit the schema of an existing collection? or do I have to delete and create a new one?
im still ramping up on typesense but its seems odd to me that if I add a new attribute on Firestore then I cannot edit my schema to include this new attribute 🤔
c
I'm new to typesense myself, but I think the aliasing is the thing to use so you can create and index the new collection and then switch it to be active
🙌 1
1
j
In addition to the above, if you need to regularly add new fields, I’d recommend using auto-schema detection: https://typesense.org/docs/0.21.0/api/collections.html#create-a-collection We plan to add the ability to change an existing collection’s schema in the release after next
❤️ 1
c
nice thank you @Jason Bosco @CaptainCodeman
b
Has this been added>?