Hi,
In a MB view I want to add a search box that only searches posts in a specific category. Now I've managed to add the search box via
mb.get_search_form()
Is there a way to add additional code in Twig to limit this function to search for posts of only a specific category? I've found php code, but I would like to add it in the MB view, so in Twig code.
Kind regards, Henri