Skip to content

Commit a857ebd

Browse files
Add igset for DSpace 6.x
/discover is for the XMLUI, /simple-search for the JSPUI.
1 parent 9c9c84e commit a857ebd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

db/ignore_patterns/dspace6.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "dspace6",
3+
"patterns": [
4+
"/discover\\?((.*&)?filtertype(_\\d+)?=){2}",
5+
"/simple-search\\?((.*&)?(filter_type(_\\d+)?|filtertype)=){2}",
6+
"[?&]starts_with="
7+
],
8+
"type": "ignore_patterns"
9+
}

0 commit comments

Comments
 (0)