Skip to content

Commit a84a6e9

Browse files
Add further ignores for DSpace 6.x filters
dateIssued_page seems to be entirely broken on many instances (or in general?), but more than 10 pages (of 10 values each) should hardly ever be useful anyway since it's a year-based filter on all instances I've seen.
1 parent a857ebd commit a84a6e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

db/ignore_patterns/dspace6.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "dspace6",
33
"patterns": [
44
"/discover\\?((.*&)?filtertype(_\\d+)?=){2}",
5+
"/search-filter\\?(.*&)?filtertype(_\\d+)?=",
56
"/simple-search\\?((.*&)?(filter_type(_\\d+)?|filtertype)=){2}",
7+
"/simple-search\\?(?=(.*&)?(filter_type(_\\d+)?|filtertype)=)(.*&)?(author|subject|dateIssued)_page=",
8+
"[?&]dateIssued_page=\\d{2,}(&|$)",
69
"[?&]starts_with="
710
],
811
"type": "ignore_patterns"

0 commit comments

Comments
 (0)