IPublishedContentQuery vs IExamineManager for sear...
# help-with-umbraco
m
I have a very basic site search working right now that takes a query string and returns all pages with the string found in it then I out put all pages at one time. I now want to improve this and start implementing results paging. The current serach was build following the examples at https://docs.umbraco.com/umbraco-cms/reference/searching/examine/quick-start but I did not see anything for paging. After searching the documentation I found https://docs.umbraco.com/umbraco-cms/reference/querying/ipublishedcontentquery and it does talk about paging. Should I be rebuilding my search system to use the IPublishedContentQuery or is Examine the best way to go and I need to do more digging to figure out paging for it? If it matters I am on v12
m
Examine has more options for matching than anything else, at least to my knowledge. As for paging that is done in the options parameter of Execute and uses skip /take
m
Do you know of any documention for Examine that usine the options and other parameters?
m
m
Thanks
3 Views