[Suggestion] add Marginalia "Domains" filter + [Issue] marginalia intitle filter incorrect #31

Open
opened 2024-08-12 10:20:35 +00:00 by throwaway2 · 1 comment

In marginalia there is a URL parameter "&profile=" that appears in the "Domains" section of the search filters, shown in the image:
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: ![image](/attachments/9b3c2039-596f-4f23-9202-956ba0f94b83) 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; } ```
Owner

Read, will work on it

Read, will work on it
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lolcat/4get#31
No description provided.