Browse Items/Search by multiple ID (e.g.: item_id=20,23,112)

Hi all,
I would like to list only certain items selected by their ID. Just like the default browse items view, but filtered to only show certain IDs.
I couldn’t find a search query for that. Something like that:

/s/sitename/item?fulltext_search=&item_id=20,23,112

Is there any search functionality or way of doing so?
Thanks!

There’s an id filter, but in its initial form it works only for one ID at a time.

This is changed in 3.0.0, and you can filter on multiple IDs: id[]=20&id[]=23&id=112

1 Like

Many thanks.
item?id[]=20&id[]=23&id[]=112
that works well in 3.0.0

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.