In my latest version of umbraco it doesn't appear to exist as a parameter any more.. just wondering how id achieve the same result? skip,take etc? when using the search criteria how do i just search for text in all fields without generating a large GroupedOr?
I basically want the find out how to search all indexed fields for a search string be in part or all of that string and limit the results to 100..??
Examine - How to limit search
Hi Guys,
I'm looking over the examine docs and have found references to max results in examples like:
ISearchCriteria searchCriteria = ExamineManager.Instance.SearchProviderCollection["MySearcher"].CreateSearchCriteria(100, IndexType.Content);
In my latest version of umbraco it doesn't appear to exist as a parameter any more.. just wondering how id achieve the same result? skip,take etc? when using the search criteria how do i just search for text in all fields without generating a large GroupedOr? I basically want the find out how to search all indexed fields for a search string be in part or all of that string and limit the results to 100..??
is working on a reply...