There are a few places where arches does search queries for specific resources, usually one query at a time using the search filter query paramter id=; obviously there would be performance improvements if we could batch those searches into a single search using ids=. The cleanest way to implement this would be to create a search filter to handle this parameter with the appropriate logic.
There are a few places where arches does search queries for specific resources, usually one query at a time using the search filter query paramter
id=; obviously there would be performance improvements if we could batch those searches into a single search usingids=. The cleanest way to implement this would be to create a search filter to handle this parameter with the appropriate logic.