how build "tagging" support controlling couchdb?


i'm controlling following perspective duty iterate over equipment database (in method tag), nonetheless i cruise opening unequivocally bad dataset large.
any approach?



def by_tag(tag):
return '''
function(doc) {
(doc.tags.length > 0) {
(var add-on doc.tags) {
(doc.tags[tag] == "%s") {
emit(doc.published, doc)
}
}
}
};
''' % tag


Comments

Popular posts from this blog

list macos calm editors formula editors

how i practical urls indicate .aspx pages asp.net deployed an iis? (preferably but iis)

jaxb - xjc - reworking generated typesafe enum category members