### Context Improve the search tool to allow querying multiple page or collection types simultaneously using a simple comma-separated string. ### Tasks - [x] Update search logic to split input string by commas. - [x] Iterate through multiple types in the fetching loop. - [x] Update UI to reflect multi-type support.
Context
Improve the search tool to allow querying multiple page or collection types simultaneously using a simple comma-separated string.
Tasks