Is there a way to find pages that is categorized in a specific way? Say I have three categories cat1, cat2 and cat3.
Page 1 i categorized with cat1 and cat 2
Page 2 is categorized with cat1, cat2 and cat3
Can I setup FindPagesWithCriteria to search for pages with cat1 and cat2 and then only find Page 1 and not Page 2?
Guess you need to do the search and remove those that don't have exactly the same numbers of categories you spesifyed
Is there a way to find pages that is categorized in a specific way? Say I have three categories cat1, cat2 and cat3.
Page 1 i categorized with cat1 and cat 2
Page 2 is categorized with cat1, cat2 and cat3
Can I setup FindPagesWithCriteria to search for pages with cat1 and cat2 and then only find Page 1 and not Page 2?