I have a collection of documents with a key text field (K), a text field (A) and a rich text field (B)I’m using @DBLookup to retrieve these fields according to K; I can have 0, 1 or n values as a result.
If I @DBLookup on field A I can retrieve the expected values.
If I @DBLookup on B I always have only 1 result.
Any suggestion?
Thanks in advance.
A.