fix: ensures 'like' query param remains functional in all cases
This commit is contained in:
@@ -326,6 +326,7 @@ class ParamParser {
|
||||
// so if there is no operator key, just return the value
|
||||
if (!operatorKey) {
|
||||
return {
|
||||
path,
|
||||
value: formattedValue,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user