Skip to content

Commit

Permalink
SRL-717: make search keyword required
Browse files Browse the repository at this point in the history
  • Loading branch information
melwong-jcc committed Jun 22, 2023
1 parent 22a3408 commit c935efd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/config-default/views.view.solr_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ display:
operator_limit_selection: false
operator_list: { }
identifier: search_api_fulltext
required: false
required: true
remember: false
multiple: false
remember_roles:
Expand All @@ -177,7 +177,9 @@ display:
translator: '0'
jcc_web_services: '0'
administrator: '0'
expose_fields: false
placeholder: 'Search for keywords'
searched_fields_id: ''
is_grouped: false
group_info:
label: ''
Expand Down

0 comments on commit c935efd

Please sign in to comment.