Hi! I have one main collection of people and a few more collections with additional data. All search queries are on the main collection with joins to one or more additional collections. A simple example would be:
(*:* {!join from=people_person_id to=people_person_id fromIndex=fundraising_donor_info v='total_donations_1y: [1000 TO 2000]'}) I need to sort results by fields from additional collections (e.g. "total_donations_1y”) . Is there any way to do that through the common query parameters? Or the only way is using streaming expressions? Dmitry