Hello,
if you are using "*" in Exclude URLs setting, then it must be defined in "regular expression" syntax:
[ External links are visible to logged in users only ]
In your case, you need to escape "?" characters to avoid issues:
?filter_by=
search.php?
should be replaced with:
\?filter_by=
search.php\?