Search for multiple document objects using a list of document numbers

Hello,

Is there a way I can search for multiple document objects using their full document reference numbers?

I quite often have lots of objects that need adding to the basket as a group and there doesn't seem to be any functionality in eB to quickly search for these references, other than search each and everyone individually and add to basket.

Eg. I have a report with 100 references on it. Each document needs to be added to the basket to be transmitted. how can I search for these 100 references quickly and efficiently?

I currently use a work around in eql using an excel sheet to concatenate a string of reference numbers for me eg:

START WITH Document
SELECT
Id,
IsLatestRevision,
Code,
Revision,
Name
WHERE
Code IN ( '1X6XX9-XXX-XA_000-ZZZ-PXD-XXX-000001', '14X1X9-XXX-NA_250-ZZZ-PLN-XXX-000001', '14X119-XXX-AA_000-ZZZ-XXP-XXX-500169' )

However this inst really a user friendly way to search and return multiple references.

Any advice would be appreciated.

Regards,

Oliver