Commit 01ab5d3 1 parent 5b5e533 commit 01ab5d3 Copy full SHA for 01ab5d3
File tree 7 files changed +10
-4
lines changed
7 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ def _(x):
671
671
author__de = dict (terms = dict (field = 'facet_authors_de' )),
672
672
author__it = dict (terms = dict (field = 'facet_authors_it' )),
673
673
language = dict (terms = dict (field = 'languages.language' )),
674
- subject = dict (terms = dict (field = 'facet_subject ' )),
674
+ subject = dict (terms = dict (field = 'facet_subjects ' )),
675
675
status = dict (terms = dict (field = 'items.status' ))
676
676
),
677
677
filters = {
@@ -682,7 +682,7 @@ def _(x):
682
682
_ ('author__de' ): terms_filter ('facet_authors_de' ),
683
683
_ ('author__it' ): terms_filter ('facet_authors_it' ),
684
684
_ ('language' ): terms_filter ('languages.language' ),
685
- _ ('subject' ): terms_filter ('facet_subject ' ),
685
+ _ ('subject' ): terms_filter ('facet_subjects ' ),
686
686
_ ('status' ): terms_filter ('items.status' ),
687
687
},
688
688
),
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ _('rero');
46
46
47
47
_ ( 'author' ) ;
48
48
_ ( 'document_type' ) ;
49
+ _ ( 'subject' ) ;
49
50
_ ( 'language' ) ;
50
51
_ ( 'library' ) ;
51
52
_ ( 'status' ) ;
Original file line number Diff line number Diff line change 72
72
"rero" : " RERO" ,
73
73
"author" : " Autor" ,
74
74
"document_type" : " Dokumenttyp" ,
75
+ "subject" : " Schlagwort" ,
75
76
"language" : " Sprache" ,
76
77
"library" : " Bibliothek" ,
77
78
"status" : " Status" ,
223
224
"Documents" : " " ,
224
225
"Persons" : " " ,
225
226
"results" : " Resultate"
226
- }
227
+ }
Original file line number Diff line number Diff line change 72
72
"rero" : " rero" ,
73
73
"author" : " author" ,
74
74
"document_type" : " document_type" ,
75
+ "subject" : " subject" ,
75
76
"language" : " language" ,
76
77
"library" : " library" ,
77
78
"status" : " status" ,
Original file line number Diff line number Diff line change 72
72
"rero" : " rero" ,
73
73
"author" : " author" ,
74
74
"document_type" : " document_type" ,
75
+ "subject" : " subject" ,
75
76
"language" : " language" ,
76
77
"library" : " library" ,
77
78
"status" : " status" ,
Original file line number Diff line number Diff line change 72
72
"rero" : " RERO" ,
73
73
"author" : " auteur" ,
74
74
"document_type" : " type de document" ,
75
+ "subject" : " sujet" ,
75
76
"language" : " langue" ,
76
77
"library" : " bibliothèque" ,
77
78
"status" : " status" ,
Original file line number Diff line number Diff line change 72
72
"rero" : " rero" ,
73
73
"author" : " author" ,
74
74
"document_type" : " document_type" ,
75
+ "subject" : " oggetto" ,
75
76
"language" : " language" ,
76
77
"library" : " library" ,
77
78
"status" : " status" ,
223
224
"Documents" : " " ,
224
225
"Persons" : " " ,
225
226
"results" : " results"
226
- }
227
+ }
You can’t perform that action at this time.
0 commit comments