In marginalia there is a URL parameter "&profile=" that appears in the "Domains" section of the search filters, shown in the image:
I suggest this be added to the filters list for Marginalia.
Also there seems to be an issue in the existing "intitle" search, where the case is set to "adtech" instead of "intitle", the filter does not work on the website. Thanks
switch($v){
case "adtech": $params["adtech"] = "reduce"; break;
case "recent": $params["recent"] = "recent"; break;
case "adtech": $params["searchTitle"] = "title"; break;
}
In marginalia there is a URL parameter "&profile=" that appears in the "Domains" section of the search filters, shown in the image:

I suggest this be added to the filters list for Marginalia.
Also there seems to be an issue in the existing "intitle" search, where the case is set to "adtech" instead of "intitle", the filter does not work on the website. Thanks
```
switch($v){
case "adtech": $params["adtech"] = "reduce"; break;
case "recent": $params["recent"] = "recent"; break;
case "adtech": $params["searchTitle"] = "title"; break;
}
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In marginalia there is a URL parameter "&profile=" that appears in the "Domains" section of the search filters, shown in the image:

I suggest this be added to the filters list for Marginalia.
Also there seems to be an issue in the existing "intitle" search, where the case is set to "adtech" instead of "intitle", the filter does not work on the website. Thanks
Read, will work on it