Hi @Sverdoor ,
Let me break down the response in simpler fashion.
Part 1: Customization of search component on the search page.
- Edit the Search component dialog and set:
- Search root path (where results come from, e.g., /content/wknd)
- Default query or placeholder text
- Results per page, sorting, and enable/disable facets
- Mapping for title, description, and thumbnail fields
- If using a custom search component, update its Sling model or HTL as required from business perspective.
- Add or configure Facet components (category, tags, date) on the search results page.
- Ensure the Search component is wired to the facets (check component policies or data attributes).
Part 2: Custom clientlibs for the template
- Modify WKND clientlibs (e.g., /apps/wknd/clientlibs) to apply new colors and fonts if you are looking for quick win. Though I will recommend to create custom clientlibs and keep your brand specific styles.
- You can add the custom clientlibs from Page policy of the template in the properties.
Hope this gives you simpler steps to perform your required updates.
@kautuk_sahni