Skip to content

Instantly share code, notes, and snippets.

@pmanijak
Last active August 29, 2015 14:23
Show Gist options
  • Save pmanijak/75843f22e41d7914f392 to your computer and use it in GitHub Desktop.
Save pmanijak/75843f22e41d7914f392 to your computer and use it in GitHub Desktop.
View for Circle Blvd evaluation application
function(doc) {
if (doc.type
&& doc.type === "archive"
&& doc.summary
&& doc.summary.indexOf("Apply to evaluate Circle Blvd") >= 0) {
emit(doc.timestamp, doc);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment