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
Hey there!
I am having a design solution where search results are segmented by type. Each segment has their own show more functionality.
It looks something like this:
Search of "a" gave 32 hits
14 products
product 1, product 2, product 3
Show more products
6 systems
system 1, 2, 3
Show more systems
...
Is there a way to have one request to Find for the first load of page or do I need to have one per segment?