<?php $filter = [ 'and' => [ [ 'content' => ['like' => 'Foobar'], ], [ 'or' => [ ['tags.alias' => 'tag1'], ['tags.alias' => 'tag2'], ], ], ], ]; echo urldecode(http_build_query(['filter' => $filter]));
You have javascript disabled. You will not be able to edit any code.