A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi Deniz!
FindPagesWithCriteria uses a few stored procedures (for ex. netPropertyPageSearch, netPropertyPageSearchString) to perform the search and is thus able to work on the complete set of pages at once.
In order to filter out only those pages under the specified node there is a helper table, tblTree, that contains all pageIds under any
given parent page id.
/johan
I've been wondering about FindPagesWithCriteria... Does it use BFS (breadth-first search) or DFS (depth-first search)? Perhaps there is even a way to control this? Or maybe it uses neither?
Thanks