Add missing space for extracting params

This commit is contained in:
Clement Ho 2016-12-10 14:04:16 -06:00
parent 575d4491ca
commit a7ecbf7c79
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
if (validCondition) {
inputValue += `${validCondition.key}:${validCondition.conditions[conditionIndex].keyword}`;
inputValue += ' ';
} else {
// Sanitize value since URL converts spaces into +
// Replace before decode so that we know what was originally + versus the encoded +