i am havin some trbl w schemas. particularly, i am...
# questions
l
i am havin some trbl w schemas. particularly, i am tryna enter glob patterns but they dont seem to be triggering the autocomplete. i have
project
schema (parent: root, namespace: true) w children
authors
,
desc
, and those autocomplete fine. but i also have simple glob
version
w
pattern: "version[0-9]"
. doesnt seem to assist ever. also can
project
not have a pattern bcuz its a child of root? why is that a constraint, if so?