I have a standard examine search page, whereby I'm currently using Searcher.CreateSearchCriteria to search content (UmbracoExamine.IndexTypes.Content).
What I'd like to do, is also include media items such as documents. How would I go about including both UmbracoExamine.IndexTypes.Content and UmbracoExamine.IndexTypes.Media in the same result set.
Searching both Content and Media items
Hello,
I have a standard examine search page, whereby I'm currently using Searcher.CreateSearchCriteria to search content (UmbracoExamine.IndexTypes.Content).
What I'd like to do, is also include media items such as documents. How would I go about including both UmbracoExamine.IndexTypes.Content and UmbracoExamine.IndexTypes.Media in the same result set.
Many thanks
Paul
is working on a reply...