A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Hi,
I have no issues in adding fields so that they get indexed properly in Find and usable for filtering/sorting etc...
Now for performance reasons (The example bellow is a simple example) I would like that returned search results be directly hydrated from the Find Search result.
The conventions:
The Search Query:
The Setter is never called when the results return. (I tried with GetContentResult without success)
This gives performance issue because for each results I now have to call the asset loader... I think it could be avoided since the DefaultImageUrl is part of the Find result payload.
I followed the documentation from here: https://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/9/DotNET-Client-API/Customizing-serialization/Including-fields/