|
27 | 27 | $config['skylight_sitemap_type'] = 'external';
|
28 | 28 |
|
29 | 29 | $config['skylight_fields'] = array('Title' => 'dc.title.en',
|
30 |
| - 'Author' => 'dc.creator.en', |
| 30 | + 'Creator' => 'dc.creator.en', |
31 | 31 | 'Description' => 'dc.description.en',
|
32 |
| - 'Extent' => 'dc.format.extent.en', |
33 |
| - 'Related Work' => 'dc.relation.en', |
| 32 | + 'Extent and Media' => 'dc.format.en', |
34 | 33 | 'Places' => 'dc.coverage.spatial.en',
|
35 | 34 | 'Identifier' => 'dc.identifier.en',
|
36 | 35 | 'Publisher' => 'dc.publisher.en',
|
|
40 | 39 | 'Rights' => 'dc.rights.en',
|
41 | 40 | 'Source' => 'dc.source.en',
|
42 | 41 | 'Parent' => 'dc.relation.ispartof.en',
|
43 |
| - 'ImageUri' => 'dc.identifier.imageUri.en' |
| 42 | + 'ImageUri' => 'dc.identifier.imageUri.en', |
| 43 | + 'Language' => 'dc.language.en' |
44 | 44 |
|
45 | 45 | );
|
46 | 46 |
|
47 | 47 | $config['skylight_schema_links'] = array(
|
48 |
| - 'Title'=>'name' |
| 48 | + 'Title'=> 'name', |
| 49 | + 'Creator'=> 'creator', |
| 50 | + 'Description'=> 'description', |
| 51 | + 'Date'=>'dateCreated', |
| 52 | + 'ImageUri'=>'thumbnailUrl', |
| 53 | + 'Rights'=>'copyrightHolder', |
| 54 | + 'Subject'=> 'about', |
| 55 | + 'Places'=> 'locationCreated' |
49 | 56 | );
|
50 | 57 |
|
51 | 58 | $config['skylight_date_filters'] = array();
|
52 |
| -$config['skylight_filters'] = array('Author' => 'creator_filter', 'Subject' => 'subject_filter', 'Collection' => 'publisher_filter','Date' => 'datetemporal_filter'); |
| 59 | +$config['skylight_filters'] = array('Author' => 'creator_filter', 'Subject' => 'subject_filter', 'Place'=> 'place_filter', 'Collection' => 'publisher_filter','Date' => 'datetemporal_filter'); |
53 | 60 | $config['skylight_filter_delimiter'] = ':';
|
54 | 61 |
|
55 | 62 | $config['skylight_meta_fields'] = array('Title' => 'dc.title.en',
|
|
59 | 66 | 'Type' => 'dc.type');
|
60 | 67 |
|
61 | 68 | $config['skylight_recorddisplay'] = array('Title',
|
62 |
| - 'Author' , |
| 69 | + 'Creator' , |
63 | 70 | 'Description',
|
64 |
| - 'Extent', |
65 |
| - 'Related Work', |
| 71 | + 'Identifier', |
| 72 | + 'Extent and Media', |
66 | 73 | 'Places',
|
67 | 74 | 'Publisher',
|
68 | 75 | 'Subject',
|
69 | 76 | 'Date',
|
70 | 77 | 'Rights',
|
71 |
| - 'Source'); |
| 78 | + 'Source', |
| 79 | + 'Language'); |
72 | 80 |
|
73 | 81 | $config['skylight_searchresult_display'] = array('Title',
|
74 | 82 | 'Author' , 'Subject',
|
|
81 | 89 | 'Collection' => 'dc.relation.ispartof.en',
|
82 | 90 | );
|
83 | 91 |
|
84 |
| -$config['skylight_sort_fields'] = array('Author' => 'dc.contributor.authorza_sort ', |
85 |
| - 'Title' => 'dc.title_sort', |
86 |
| - 'Date' => 'dc.date.issued_dt' |
| 92 | +$config['skylight_sort_fields'] = array( |
| 93 | + 'Title' => 'dc.title_sort' |
87 | 94 | );
|
88 | 95 |
|
89 |
| -$config['skylight_related_fields'] = array('Type' => 'dc.type.en', 'Author' => 'dc.creator.en', 'Subject' => 'dc.subject.en', 'Title' => 'dc.title.en', ); |
| 96 | +$config['skylight_related_fields'] = array('Creator' => 'dc.creator.en', 'Subject' => 'dc.subject.en', 'Title' => 'dc.title.en', ); |
90 | 97 |
|
91 | 98 | $config['skylight_feed_fields'] = array('Title' => 'Title',
|
92 | 99 | 'Author' => 'Author',
|
|
121 | 128 | $config['skylight_homepage_recentitems'] = false;
|
122 | 129 | $config['skylight_homepage_randomitems'] = false;
|
123 | 130 | $config['skylight_homepage_fullwidth'] = true;
|
| 131 | +$config['skylight_facet_limit'] = 5; |
124 | 132 |
|
125 | 133 |
|
126 | 134 | ?>
|
0 commit comments