Dynamic change rendering variant for a component












1















I'm trying to implement SXA search functionality using the standard search box and search results components.



My question is if there is a way to dynamically change the rendering variant on the search results component for different page types returned in the result list?



By default there is only one rendering variant that can be defined on



There is a similar question here but it was raised some time ago so maybe with SXA 1.8, there is a way of doing that.



Thank you,
Emanuel










share|improve this question





























    1















    I'm trying to implement SXA search functionality using the standard search box and search results components.



    My question is if there is a way to dynamically change the rendering variant on the search results component for different page types returned in the result list?



    By default there is only one rendering variant that can be defined on



    There is a similar question here but it was raised some time ago so maybe with SXA 1.8, there is a way of doing that.



    Thank you,
    Emanuel










    share|improve this question



























      1












      1








      1








      I'm trying to implement SXA search functionality using the standard search box and search results components.



      My question is if there is a way to dynamically change the rendering variant on the search results component for different page types returned in the result list?



      By default there is only one rendering variant that can be defined on



      There is a similar question here but it was raised some time ago so maybe with SXA 1.8, there is a way of doing that.



      Thank you,
      Emanuel










      share|improve this question
















      I'm trying to implement SXA search functionality using the standard search box and search results components.



      My question is if there is a way to dynamically change the rendering variant on the search results component for different page types returned in the result list?



      By default there is only one rendering variant that can be defined on



      There is a similar question here but it was raised some time ago so maybe with SXA 1.8, there is a way of doing that.



      Thank you,
      Emanuel







      sxa






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 5 hours ago









      Gatogordo

      11.2k21656




      11.2k21656










      asked 5 hours ago









      Emanuel PopescuEmanuel Popescu

      305




      305






















          1 Answer
          1






          active

          oldest

          votes


















          3














          There is no such option in SXA 1.8 - the answer from the previous question still stands.



          As rendering variants won't render fields which don't exist, you can use that.
          If that is not sufficient, the rules engine might help. You can add fields (or even sections) and use the rules engine to show/hide them based on rules that can verify your page types.



          SXA 1.8 did add an option to use renderings inside a variant. If you really want very different result views, that might be helpful in creating different results without having a massively complex rendering variant on the search results.






          share|improve this answer
























          • Thanks @Gatogordo for confirming. It works nicely by using the rules.

            – Emanuel Popescu
            1 hour ago













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "664"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f16018%2fdynamic-change-rendering-variant-for-a-component%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          There is no such option in SXA 1.8 - the answer from the previous question still stands.



          As rendering variants won't render fields which don't exist, you can use that.
          If that is not sufficient, the rules engine might help. You can add fields (or even sections) and use the rules engine to show/hide them based on rules that can verify your page types.



          SXA 1.8 did add an option to use renderings inside a variant. If you really want very different result views, that might be helpful in creating different results without having a massively complex rendering variant on the search results.






          share|improve this answer
























          • Thanks @Gatogordo for confirming. It works nicely by using the rules.

            – Emanuel Popescu
            1 hour ago


















          3














          There is no such option in SXA 1.8 - the answer from the previous question still stands.



          As rendering variants won't render fields which don't exist, you can use that.
          If that is not sufficient, the rules engine might help. You can add fields (or even sections) and use the rules engine to show/hide them based on rules that can verify your page types.



          SXA 1.8 did add an option to use renderings inside a variant. If you really want very different result views, that might be helpful in creating different results without having a massively complex rendering variant on the search results.






          share|improve this answer
























          • Thanks @Gatogordo for confirming. It works nicely by using the rules.

            – Emanuel Popescu
            1 hour ago
















          3












          3








          3







          There is no such option in SXA 1.8 - the answer from the previous question still stands.



          As rendering variants won't render fields which don't exist, you can use that.
          If that is not sufficient, the rules engine might help. You can add fields (or even sections) and use the rules engine to show/hide them based on rules that can verify your page types.



          SXA 1.8 did add an option to use renderings inside a variant. If you really want very different result views, that might be helpful in creating different results without having a massively complex rendering variant on the search results.






          share|improve this answer













          There is no such option in SXA 1.8 - the answer from the previous question still stands.



          As rendering variants won't render fields which don't exist, you can use that.
          If that is not sufficient, the rules engine might help. You can add fields (or even sections) and use the rules engine to show/hide them based on rules that can verify your page types.



          SXA 1.8 did add an option to use renderings inside a variant. If you really want very different result views, that might be helpful in creating different results without having a massively complex rendering variant on the search results.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 5 hours ago









          GatogordoGatogordo

          11.2k21656




          11.2k21656













          • Thanks @Gatogordo for confirming. It works nicely by using the rules.

            – Emanuel Popescu
            1 hour ago





















          • Thanks @Gatogordo for confirming. It works nicely by using the rules.

            – Emanuel Popescu
            1 hour ago



















          Thanks @Gatogordo for confirming. It works nicely by using the rules.

          – Emanuel Popescu
          1 hour ago







          Thanks @Gatogordo for confirming. It works nicely by using the rules.

          – Emanuel Popescu
          1 hour ago




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Sitecore Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f16018%2fdynamic-change-rendering-variant-for-a-component%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Knooppunt Holsloot

          Altaar (religie)

          Gregoriusmis