Hello. Is it possible to select documents in a database by a path pattern?
For example, there is a database storing following documents:
dir1/a.xml dir1/b.xml dir2/a.xml dir2/b.xml
I want to select documents named 'b.xml' only. I guess something like
db:open('dbname', '*/b.xml')/*
but it returns empty result. Thanks!