Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
allow searching in the middle of words for libraries advanced search,…
Browse files Browse the repository at this point in the history
… improves #679
  • Loading branch information
Lionel Walter committed May 6, 2019
1 parent afc4453 commit b8c1055
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion themes/sbvfrd/js/swissbib/AdvancedSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ swissbib.AdvancedSearch = {
},

initChosenMultiSelect: function() {
$('.chosen-select').chosen({no_results_text: VuFind.translate('MultiSelectNothingFound')});
$('.chosen-select').chosen({
search_contains: true,
no_results_text: VuFind.translate('MultiSelectNothingFound')
});
},

/**
Expand Down

0 comments on commit b8c1055

Please sign in to comment.