Skip to content

Commit 4239827

Browse files
committed
Add more facet groups to the beta
1 parent b873e54 commit 4239827

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

source/apps.jsonld

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,16 @@
7676
"titleByLang": {"sv": "Libris sök", "en": "Libris Search"},
7777
"statistics": {
7878
"sliceList": [
79+
{ "dimensionChain": ["instanceOfType"], "itemLimit": 100 },
80+
{ "dimensionChain": ["rdf:type"], "itemLimit": 100 },
81+
{ "dimensionChain": ["hasInstanceType"], "itemLimit": 100 },
7982
{ "dimensionChain": ["genreForm"], "itemLimit": 100 },
80-
{ "dimensionChain": ["itemHeldBy"], "itemLimit": 1000 },
81-
{ "dimensionChain": ["contributor"], "itemLimit": 20 },
8283
{ "dimensionChain": ["language"], "itemLimit": 100 },
83-
{ "dimensionChain": ["subject"], "itemLimit": 100 },
8484
{ "dimensionChain": ["yearPublished"], "itemLimit": 500 },
85+
{ "dimensionChain": ["itemHeldBy"], "itemLimit": 1000 },
86+
{ "dimensionChain": ["bibliography"], "itemLimit": 200 },
87+
{ "dimensionChain": ["subject"], "itemLimit": 100 },
88+
{ "dimensionChain": ["contributor"], "itemLimit": 20 },
8589
{ "dimensionChain": ["intendedAudience"], "itemLimit": 100 }
8690
]
8791
}

0 commit comments

Comments
 (0)