diff --git a/src/js/app.js b/src/js/app.js index fd4327b..c836e15 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -57,7 +57,7 @@ function handleSearch (searchValue) { // TODO: Fix this so it works with multiple words. // E.g., "test finland" filters differently than "finland test" if (!searchValue.endsWith('*')) { - searchValue = `${searchValue} *${searchValue}*` + searchValue = `${searchValue} ${searchValue}*` } try {