diff --git a/store/search.js b/store/search.js index 516fd96c2..0f9c00440 100644 --- a/store/search.js +++ b/store/search.js @@ -64,7 +64,7 @@ export const actions = { } `), variables: { - filter: value + filter: value.replace(/\s/g, '~ ') + '~' } }) .then(res => {