lucis-api-query
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -45,3 +45,7 @@ const jsonpatch = require('json-patch-mongoose'); | ||
}; | ||
if (matches = lcKey.match(/(.+)\.(.+)/)) { | ||
/** | ||
* FIXME: Na verdade, após a adição do false, aparentemente o problema de buscar em objetos embedded | ||
* se consertou. Agora, o mongoose registra os campos inner como campos do próprio schema. | ||
*/ | ||
if (matches = lcKey.match(/(.+)\.(.+)/) && false ) { | ||
// parse subschema | ||
@@ -48,0 +52,0 @@ if (schema.paths[matches[1]].constructor.name === "DocumentArray" || |
{ | ||
"name": "lucis-api-query", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Adaptação do mongoose-api-query para necessidades mais comuns", | ||
@@ -5,0 +5,0 @@ "main": "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
16425
308