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.
search
AI OnAI Off
Hi guys
The scenario is to do a seach/filter among 1000 pages(could be more), it can be done via EpiServer SearchDataSource with Criterias or using PagedataCollection with a filter. Considering the performance, which one is faster? In my case I need to search/filter only by one or two property value then sort and present them(with a title, image and short intro).
Then there is pagelist as well, it might not be used in this case but other similar cases(pagelist + a filter to present list of pages), so how's the performace of pagelist ?
Thx guys