There was an error while loading. Please reload this page.
1 parent ff36b0c commit d703a65Copy full SHA for d703a65
1 file changed
resource/js/global-search.js
@@ -96,7 +96,7 @@ function startGlobalSearchApp () {
96
},
97
formatVocabParam () {
98
var vocabs = this.getSelectedVocabs
99
- return vocabs.map(voc => voc.key).join('+')
+ return vocabs.map(voc => voc.key).join(' ')
100
101
formatSearchTerm () {
102
if (this.searchTerm.includes('*')) { return this.searchTerm }
0 commit comments