fix: ensures 'like' query param remains functional in all cases

This commit is contained in:
James
2021-11-01 19:05:09 -04:00
parent 056f078615
commit 20d4e72a95

View File

@@ -326,6 +326,7 @@ class ParamParser {
// so if there is no operator key, just return the value
if (!operatorKey) {
return {
path,
value: formattedValue,
};
}