Hi - is thre a way to update my schema via the ter...
# community-help
d
Hi - is thre a way to update my schema via the terminal or python script? the browser freezes
f
It can be done via curl or the Python client as well: https://typesense.org/docs/29.0/api/collections.html#update-or-alter-a-collection
d
thanks
🙌 1
from memory, if i dont define a field, i can still add it in right? It'll still be stored?
f
It will be stored on disk, so you won't be able to search against it, but it will be returned when there's a match
d
*if i were to import an object with a field not defined in the schema
ok thanks
would i be able to update the schema later to make that field searchable?
f
You should be able to
d
thanks
Hi - I forgot to index a field. It now says I can't index it, I need to drop it and recreate it... this means i'll lose all of the data for that field?