Skip to content

Instantly share code, notes, and snippets.

@p3t0r
Created March 31, 2009 09:10
Show Gist options
  • Save p3t0r/88117 to your computer and use it in GitHub Desktop.
Save p3t0r/88117 to your computer and use it in GitHub Desktop.
{
"_id": "_design/news",
"_rev": "1-3487605953",
"language": "javascript",
"views": {
"articles": {
"map": "function(doc) {\n var newsitem = doc.newsitem\n if(newsitem && newsitem.tags.indexOf('artikel') != -1){\n emit(null, newsitem.title);\n }\n}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment