typesense
typesense copied to clipboard
fix(schema): only drop nested children when dropping object field
Change Summary
when dropping a nested object field, prefix matching was incorrectly
removing top-level fields with similar names. fix by using field_name + "."
prefix to only match dot-notation nested children.
fixes #2654
PR Checklist
- [x] I have read and signed the Contributor License Agreement.