SXA Variant Token Resolver for Breadcrumb
Hello everyone, I am back with another blog. This time we will discuss something about SXA variant token and how it is useful while creating rendering variants in SXA. We will also discuss a scenario where Variant Token helped us to achieve the required functionality. Let's start without delaying. We were asked to implement a search functionality in SXA. If user search for any keyword, then user must be redirected to search result page where he will be shown all the matched result. So whoever has worked on SXA will be thinking that its simple to implement the required ask using SXA OOTB functionality. Steps we will be following to achieve the same is: 1. Use the Search Box OOTB component. 2. Configure the required search scope query in Search Box Component 3. Give the Signature and configure the required Search Result Page where the user should be redirected, when someone search for something. 4. On the Search Result Page where we are showing the user all matched results, we will ...