Hi Johannes,

In general, it shouldn’t make a difference if you run a query standalone, in the client/server context or with RESTXQ. Do you think you can provide us with an SSCCE?

Thanks in advance
Christian


On Wed, Dec 1, 2021 at 2:17 PM Johannes Bauer <johannes.bauer@tanner.de> wrote:
Hi,

I want to use the attribute index to access attribute nodes.

The following calls in the DBA web interface are working as expected:

db:attribute('db', ('6LE007573', '6DC007573'), 'book')
db:attribute('db', ('6LE007573', '6DC007573'))

They return the attribute nodes with the given values. The attribute
index exists and is uptodate.

But in the context of a RESTXQ service the first one does not work. It
does not return any attribute. The second one works strangely.

Any ideas?

Regards
Johannes