Skip to content
Snippets Groups Projects
Commit 2191d7fe authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

restore old by_replicon_taxonomy view.

parent 9437378c
No related branches found
No related tags found
No related merge requests found
function(doc) {
for( i in doc.replicon.taxonomy ){
emit(doc.replicon.taxonomy[i], doc._id);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment