Comment to 'Macros with 2 search parameters'
  • Hello @Scholar !

    No, with the default tools you can't get it. You need to use ~bx_posts:browse[{"mode":"author", "params":{"featured":"1"}}]~ but with the changes in the BxPostsSearchResult.php file. Add there the "cat" field to the restrictions like other 4.

    • mode:author did not work, but I used mode:featured and added the category, however, I'm now struggling to pass the unit_view to the macro. Here is what I use but still does not work

      { { ~bx_posts:browse[{"mode":"featured", "params":{"cat":"12", "unit_view":"gallery"} } ] ~ } }