We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f145f66 + 67f7bd6 commit c48d7aeCopy full SHA for c48d7ae
1 file changed
testData/dbData/views.json
@@ -16,6 +16,9 @@
16
},
17
"findGpiiKeysByPrefsSafeId": {
18
"map": "function(doc) {if (doc.type === 'gpiiKey') {emit(doc.prefsSafeId, doc)}}"
19
+ },
20
+ "findAllGpiiKeys": {
21
+ "map": "function(doc) {if (doc.type === 'gpiiKey') {emit(doc._id, doc)}}"
22
}
23
24
0 commit comments