Hi all, Since version 0.23 ```Schema changes: we n...
# community-help
r
Hi all, Since version 0.23
Copy code
Schema changes: we now support fields to be added or dropped from a collection schema in-place.
We're trying to add a new field, and query by it. But it seems that we are not able to query by it. We can add it though, but then can't use it in a query. Is there any limitation on in-place changes?
j
Could you confirm that you’re adding a field to the schema first before querying for it: https://typesense.org/docs/0.24.1/api/collections.html#update-or-alter-a-collection
r
yeah, looks like it might be our python typesense client
yeah we were using an older python library which didn't support the newer versions