GetAllDocumentsByKey

Hello,

Anyone else noticed that GetAllDocumentsByKey( keyArrray ) only return the first sub-category under “keyArray”?

Say, if you wan’t to search a view where the first column contains dates, and the second column contains subjects. Both are catagorized.

Using GetAllDocumentsByKey(…) to obtain all documents listed below a specific date, will only return the documents listed below the first subject found?!

Is it possible to specify wildcards in “keyArray”? Or would I have to create another view, similar to the one i described above, omitting the second column… for this purpose alone?

Any insights will be appretiated… :o)

/Regards

Subject: New view

Personally, I would create a new view for those kind of lookups.

Subject: GetAllDocumentsByKey

Hi Frithjof,

Ye, that’s the conclusion I arrived at too…

Thanks for the resonse, though… :o)