cache_timeout = 0 # # # browseTypes = { documentos = { displayName = _(Documents), labelSingular = _("Document"), labelPlural = _("Documents"), foundSingular = "found", foundPlural = "found", table = ca_objects, restrictToTypes = [file,documents,document_parts], availableFacets = [], # formats available for display of results # possible values are: images, list, timeline, map views = { list = { title = _("List") }, images = { title = _("List with Images") } }, sortBy = { _("Title") = ca_objects.preferred_labels, _("Date") = ca_objects.unitdate.date_value, _("Genre") = ca_objects.document_genre, _("type") = ca_objects.document_type, _("Event") = ca_occurrences.preferred_labels, }, sortDirection = { _("Title") = asc, _("Date") = asc, _("Genre") = asc, _("type") = asc, _("Event") = asc } # --- sortControlType = dropdown or list # sortControlType = dropdown, # options = { # selectMediaUsingRelationshipTypes = [relationshipType], # selectMediaUsingTypes = [objectType] # } }, obras = { displayName = _(Artworks), labelSingular = _("Artwork"), labelPlural = _("Artworks"), foundSingular = "found", foundPlural = "found", table = ca_objects, restrictToTypes = [artworks], availableFacets = [], # formats available for display of results # possible values are: images, list, timeline, map views = { list = { title = _("List") } }, sortBy = { _("Name") = ca_object_labels.name, _("Artist") = ca_entities.preferred_labels, _("Technique") = ca_objects.technique, _("Date") = ca_objects.production_date.production_date_value, _("Event") = ca_occurrences.preferred_labels }, # --- sortControlType = dropdown or list # sortControlType = dropdown sortDirection = { _("Name") = asc, _("Artist") = asc, _("Technique") = asc, _("Date") = asc, _("Event") = asc } }, entidades = { displayName = _(Entities), labelSingular = _("Entity"), labelPlural = _("Entities"), foundSingular = "found", foundPlural = "found", table = ca_entities, restrictToTypes = [], availableFacets = [], # formats available for display of results # possible values are: images, list, timeline, map views = { list = { title = _("List") } }, sortBy = { _("Name") = ca_entities.preferred_labels, _("Type") = ca_entities.type_id, _("Category") = ca_entities.entity_category, _("Event") = ca_occurrences.preferred_labels }, sortDirection = { _("Name") = asc, _("Type") = asc, _("Category") = asc, _("Event") = asc } # --- sortControlType = dropdown or list # sortControlType = dropdown, # options = { # selectMediaUsingRelationshipTypes = [relationshipType], # selectMediaUsingTypes = [objectType] # } }, eventos = { displayName = _(Events), labelSingular = _("Event"), labelPlural = _("Events"), foundSingular = "found", foundPlural = "found", table = ca_occurrences, restrictToTypes = [], availableFacets = [], # formats available for display of results # possible values are: images, list, timeline, map views = { list = { title = _("List") } }, sortBy = { _("Name") = ca_occurrences.preferred_labels, _("Date") = ca_occurrences.event_period.event_period_startdate, _("Place") = ca_entities.preferred_labels, _("Bienal") = ca_occurrences.event_type.event_type_bienal, _("Type") = ca_occurrences.event_type.event_type_value }, # --- default sort direction for the sortBy options sortDirection = { _("Name") = asc, _("Date") = asc, _("Place") = asc, _("Bienal") = asc, _("Type") = asc }, # --- sortControlType = dropdown or list # sortControlType = dropdown, # options = { # selectMediaUsingRelationshipTypes = [relationshipType], # selectMediaUsingTypes = [objectType], # extendedInformationTemplate = ^ca_objects.description # }, # baseCriteria = { # media_type = [text_media,imagetext] # } } } views = { images = { icon = glyphicon-th }, list = { icon = glyphicon-list }, timeline = { icon = glyphicon-time }, map = { icon = glyphicon-globe } } # --- text for Browse menu item, default is "Browse" browse_menu_button_text = # --- default number of results per page/ajax load defaultHitsPerBlock = 36 # --- set to list to show dropdown with links to each configured browse or a single Browse nav link when one browse is configured browseMenuFormat = list # --- set if you don't want the browse menu to be preloaded with facets for the first browse type on open dontPreloadBrowseMenu = 1 # --- refine_col_class -> boostrap col class to assign to refine col - defaults to: col-sm-8 col-md-8 col-lg-8 result_col_class = # --- refine_col_class -> boostrap col class to assign to refine col - defaults to: col-sm-4 col-md-3 col-md-offset-1 col-lg-3 col-lg-offset-1 refine_col_class =