Revision 623336313466 () - Diff

Link to this snippet: https://friendpaste.com/1e1K2vQyAKa2fUBrLMWL3d
Embed:
1
2
3
4
5
6
{
"_id": "_design/myddoc",
"_rev": "2-a83ed5e6da63a40b83c3b7b06586cf6c",
"filters": {
"myfilter": "function(doc,req) { if (doc.Designation == 'Developer') return true; else return false; } "
}}