You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a database in BaseX named books. I get the root node with
let $books := db:open('books')
In Settings I set the Database installation path to C:\Program Files (x86)\BaseX. And the checkbox "Register database schemas for autocompletion" is set.
However, when I write a query like
for $book in $books/catalog/book
I get no autocompletion. I tried changing the database installation path to C:\Program Files (x86)\BaseX\data\books to no avail.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a database in BaseX named books. I get the root node with
In Settings I set the Database installation path to
C:\Program Files (x86)\BaseX
. And the checkbox "Register database schemas for autocompletion" is set.However, when I write a query like
I get no autocompletion. I tried changing the database installation path to
C:\Program Files (x86)\BaseX\data\books
to no avail.What am I missing or doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions