Skip to content

Commit 9fba3f1

Browse files
adiciona filtro coleção
1 parent f149dd6 commit 9fba3f1

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

search_gateway/fixtures/datasources.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,21 @@
751751
"group_order": 0
752752
}
753753
},
754+
"collection": {
755+
"kind": "index",
756+
"index_field_name": "oca_data.scielo.collection",
757+
"filter": {
758+
"size": 100,
759+
"order": { "_key": "asc" }
760+
},
761+
"settings": {
762+
"label": "SciELO Collection",
763+
"widget": "select",
764+
"multiple_selection": true,
765+
"group": "coverage",
766+
"group_order": 0
767+
}
768+
},
754769

755770
"publication_year": {
756771
"kind": "index",
@@ -1248,6 +1263,7 @@
12481263
{ "value": "scope", "label": "Dataset Coverage" },
12491264
{ "value": "source_indexed_in", "label": "Indexed In (OpenAlex)" },
12501265
{ "value": "source_scielo_indexed_in", "label": "Indexed In (SciELO)" },
1266+
{ "value": "collection", "label": "SciELO Collection" },
12511267
{ "value": "document_type", "label": "Document Type" },
12521268
{ "value": "document_language", "label": "Document Language" },
12531269
{ "value": "open_access", "label": "Open Access" },
@@ -1281,6 +1297,7 @@
12811297
"scope",
12821298
"source_indexed_in",
12831299
"source_scielo_indexed_in",
1300+
"collection",
12841301

12851302
"publication_year",
12861303
"document_type",
@@ -1366,6 +1383,7 @@
13661383
"scope",
13671384
"source_indexed_in",
13681385
"source_scielo_indexed_in",
1386+
"collection",
13691387

13701388
"publication_year",
13711389
"document_type",

0 commit comments

Comments
 (0)