SlingQuery find() vs has() and default strategy
All,
Trying to confirm my understanding
1. What is the difference between has() and find()
2. If no search strategy is selected what is the default set?
$(resource).has(foundation/components/richtext) vs $(resource).searchStrategy(SearchStrategy.DFS).has("dam:Asset:first")
3. Using searchstrategy on a large sub tree throws "SlingQuery Number of processed resources exceeded 100. Consider using a JCR query instead of SlingQuery."
Thanks