Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rene M. Macalisang 7 posts 76 karma points
    May 03, 2024 @ 06:47
    Rene M. Macalisang
    0

    Facet

    Hi! I have this code in umbraco 8 version, now the facet is already deprecated, May I know the eqivalent to this code?

      private void AddFacetClause(IBooleanOperation query)
      {
          query.And()
               .Facet("TopicsAsKeywords")
               .And()
               .Facet("ContentTypesAsKeywords")
               .And()
               .Facet("BrandsAsKeywords");
      }
    

    Thank you.

  • Huw Reddick 1932 posts 6722 karma points MVP 2x c-trib
    May 03, 2024 @ 12:37
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies