Skip to content

INT-234: Add SsrSearchResultsReceivedEvent to RecordList#341

Merged
Rayn93 merged 3 commits intorelease/6.xfrom
INT-234
Feb 27, 2026
Merged

INT-234: Add SsrSearchResultsReceivedEvent to RecordList#341
Rayn93 merged 3 commits intorelease/6.xfrom
INT-234

Conversation

@Rayn93
Copy link
Contributor

@Rayn93 Rayn93 commented Feb 27, 2026

When Server Side Rendering (SSR) is enabled, the plugin renders the ff-record-list content on the server before sending the HTML response to the client. To allow flexible customization of the rendered data, the plugin dispatches a dedicated Symfony event that enables developers to modify, enrich or filter the SSR result set.

When Server Side Rendering (SSR) is enabled, the plugin renders the ff-record-list content on the server before sending the HTML response to the client.
To allow flexible customization of the rendered data, the plugin dispatches a dedicated Symfony event that enables developers to modify, enrich or filter the SSR result set.

This event is especially useful for:

- Enriching product data with custom attributes.
- Modifying record lists depending on user session or context.
- Filtering or reordering products before rendering.
- Injecting additional metadata used by frontend components.
@Rayn93 Rayn93 self-assigned this Feb 27, 2026
@Rayn93 Rayn93 merged commit da9ee7a into release/6.x Feb 27, 2026
1 check passed
@Rayn93 Rayn93 deleted the INT-234 branch February 27, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant