summaryrefslogtreecommitdiff
path: root/cert_filter.json
blob: 16345a7b66e6fae47357e921b1bc957f7542482c (plain)
1
2
3
4
5
6
{"filters":
	{ 
		"cert": "function(doc, req) { return doc.type === 'Cert'; }",
		"deleted": "function(doc, req) { return doc._deleted; }" 
	}
}