I have shortened my code example to:
function custom_product_search($query) { $query->set("category__in", [36]); return $query; }