typesense icon indicating copy to clipboard operation
typesense copied to clipboard

fix(schema): only drop nested children when dropping object field

Open tharropoulos opened this issue 4 months ago • 0 comments

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

tharropoulos avatar Nov 03 '25 12:11 tharropoulos