Skip to content
Snippets Groups Projects
Commit e4c72781 authored by Maxime's avatar Maxime
Browse files

add Search instances to public & search profile

parent e6009ee6
No related branches found
No related tags found
1 merge request!271Search instances - Display
Pipeline #10133 failed
......@@ -26,7 +26,7 @@ container.block_list.flex.flex_espace
no-render
id="public-filter-form"
data-src=`${endpoints.resources}`,
fields='resources_search, format, publication_year, country, languages, fields, type'
fields='resources_search, format, publication_year, country, languages, fields, type,databaseSearch'
label-header_criterias=`${data.MoreCriterias}`
label-format=`${data.Format}`
label-publication_year=`${data.DatePublication}`
......@@ -47,6 +47,7 @@ container.block_list.flex.flex_espace
widget-languages='solid-form-dropdown-label'
widget-format='solid-form-dropdown-label'
widget-fields='solid-form-dropdown-label'
widget-databaseSearch="cs-display-select"
class-resources_search='w_100'
submit-button=`${data.SearchForResource}`
......
......@@ -27,7 +27,7 @@ container.block_list
solid-form-search.more_criterias.flex.flex_espace(
id="searcher-filter-form"
data-src=`${endpoints.resources}`
fields='resources_search, format, publication_year, country, languages, fields, type'
fields='resources_search, format, publication_year, country, languages, fields, type,databaseSearch'
label-header_criterias=`${data.MoreCriterias}`
label-format=`${data.Format}`
label-publication_year=`${data.DatePublication}`
......@@ -47,6 +47,7 @@ container.block_list
widget-languages='solid-form-dropdown-label'
widget-format='solid-form-dropdown-label'
widget-fields='solid-form-dropdown-label'
widget-databaseSearch="cs-display-select"
class-resources_search='w_100'
submit-button=`${data.SearchForResource}`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment