Hi, Would like to check, is there a way to query multiple collections together in a single query and return the results in one result set?
For example, I have 2 collections and I want to search for records with the word 'solr' in both of the collections. Is there a query to do that, or must I query both collections separately, and get two different result sets? Regards, Edwin