Is there a way to setup a schema to match all note...
# questions
h
Is there a way to setup a schema to match all notes that end with a pattern? Objective is to have a structure like:
notes.category.subcategory.subcategory.[...].topic.def
notes.category.subcategory.subcategory.[...].topic.def.example
Right now I setup
def
as a child of
notes
but it extends only for the immediate children of
notes
so
notes.foo.def
works but not
notes.foo.bar.def