Hi,
UnifiedSearchQuery provides the MatchSummary property, but I need to search for both webpages and the files posted on the site. Therefore, I need to use PageSearch instead of UnifiedSearchQuery. Can anyone tell me how can I use PageSearch to search files by file summaries such as Author and Category?
How about using two different searches (one for the pages, one for the files), and then merging the results into one collection and render that collection using some templated control (like a PageList or similar)?
Haven't tried, but it should be doable :)