Hey everyone, v0.20 of Typesense is now out! :tada...
# community-help
j
Hey everyone, v0.20 of Typesense is now out! ๐ŸŽ‰ Hereโ€™s whatโ€™s new: https://twitter.com/typesense/status/1387630335349850119?s=21
๐Ÿ‘‹ 1
๐ŸŽ‰ 5
๐Ÿ‘ 1
Thank you for all the feedback, support and feature requests!
m
About the schema, will it be possible some day to add new fields without reindexing or is it not possible by design?
j
@Mica With v0.20 you can now add new fields on the fly without having to re-index, using auto schema detection: https://typesense.org/docs/0.20.0/api/collections.html#with-auto-schema-detection You can now essentially set regex-based field names, which lets you add fields on the fly as you send documents with new fields
๐ŸŽ‰ 1
m
Ok I understand better thanks that's awesome! I didn't quite get the part about faceting: if we have a field indexed by the wildcard, can we add a faceting by this field (if we give the field name)?
j
Yes! You can set any field as a facet, including fields with regexes for names, except for the special case of a field named
.*
.
๐Ÿ‘ 1
We essentially want to make sure facets are defined intentionally, vs someone defining all fields (
.*
) as facets.
a
congratulations!!
๐Ÿ™ 1