diff --git a/_data/theme.yml b/_data/theme.yml index 5babfa6..ff44797 100644 --- a/_data/theme.yml +++ b/_data/theme.yml @@ -20,7 +20,7 @@ home-banner-image-position: # Default is top # Browse PAGE # # see _data/browse-config.csv to define the metadata fields that will display. -advanced-search: true # true / false, adds advanced search options to search, which are generated by clicking the advanced search button above the search box (this opens a modal in which the search can be constructed) +advanced-search: false # true / false, adds advanced search options to search, which are generated by clicking the advanced search button above the search box (this opens a modal in which the search can be constructed) faceted-search: true # true / false, adds a field option to the left of the search results that allows users to filter results by metadata field default-sort-field: # if a value is entered here, it must match one of the field values (first column) in the browse-config.csv file. If left blank or the value doesn't match a value in config-browse.csv's first column, the default sort will be a random sort diff --git a/_includes/advanced-search-modal.html b/_includes/advanced-search-modal.html index 9485a12..7840d30 100644 --- a/_includes/advanced-search-modal.html +++ b/_includes/advanced-search-modal.html @@ -1,11 +1,12 @@