Skip to content

Instantly share code, notes, and snippets.

@kubicek
Created January 8, 2010 12:47
Show Gist options
  • Save kubicek/272026 to your computer and use it in GitHub Desktop.
Save kubicek/272026 to your computer and use it in GitHub Desktop.
function(doc) {
if (doc.content) {
var html = new XML(doc.content);
emit(doc._id, {title: doc.content});
}
emit("nic", "nikde")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment