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