Hello,
when I use the db:attribute-range function with the attribute name filter I always get all attributes:
db:attribute-range("db", "1", "1000", "id")
I would expect that it only returns the "id" attributes.
It seems the attribute name does not matter at all. The results are always the same even for a bogus attribute name.
Regards Johannes