Skip to content

Commit d703a65

Browse files
committed
Fix separator
1 parent ff36b0c commit d703a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resource/js/global-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function startGlobalSearchApp () {
9696
},
9797
formatVocabParam () {
9898
var vocabs = this.getSelectedVocabs
99-
return vocabs.map(voc => voc.key).join('+')
99+
return vocabs.map(voc => voc.key).join(' ')
100100
},
101101
formatSearchTerm () {
102102
if (this.searchTerm.includes('*')) { return this.searchTerm }

0 commit comments

Comments
 (0)