Update snapshot
This commit is contained in:
parent
f1a74d4384
commit
4b80bed3a1
|
@ -44,7 +44,7 @@ Object {
|
||||||
exports[`viewBuilder Filter creates a view with multiple filters and conjunctions 1`] = `
|
exports[`viewBuilder Filter creates a view with multiple filters and conjunctions 1`] = `
|
||||||
Object {
|
Object {
|
||||||
"map": "function (doc) {
|
"map": "function (doc) {
|
||||||
if (doc.tableId === \\"14f1c4e94d6a47b682ce89d35d4c78b0\\" && doc[\\"Name\\"] === \\"Test\\" || doc[\\"Yes\\"] > \\"Value\\") {
|
if (doc.tableId === \\"14f1c4e94d6a47b682ce89d35d4c78b0\\" && (doc[\\"Name\\"] === \\"Test\\" || doc[\\"Yes\\"] > \\"Value\\")) {
|
||||||
emit(doc[\\"_id\\"], doc[\\"undefined\\"]);
|
emit(doc[\\"_id\\"], doc[\\"undefined\\"]);
|
||||||
}
|
}
|
||||||
}",
|
}",
|
||||||
|
|
Loading…
Reference in New Issue