@xbuilder/bunadmin-source-strapi
Advanced tools
Comparing version 1.4.0-beta.2 to 1.4.0-beta.3
@@ -57,6 +57,8 @@ "use strict"; | ||
return; | ||
if (typeof field == "string") { | ||
field = field.replace("attributes.", ""); | ||
} | ||
operator = handleOperator(operator); | ||
filtersStr += "&filters[".concat(field, "][").concat(operator, "]=").concat(value); | ||
}); | ||
filtersStr = filtersStr.replace("attributes.", ""); | ||
if (searchWords) { | ||
@@ -145,5 +147,5 @@ filtersStr = | ||
default: | ||
suffix = "$contains"; | ||
suffix = operator; | ||
} | ||
return suffix; | ||
} |
{ | ||
"name": "@xbuilder/bunadmin-source-strapi", | ||
"version": "1.4.0-beta.2", | ||
"version": "1.4.0-beta.3", | ||
"license": "Apache-2.0", | ||
@@ -20,2 +20,2 @@ "main": "lib/index.js", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66760
1017