nEDM Interface

nEDM Experiment

nEDM Interface

Repository

Tutorials


Modules


Classes


Externals


Document types

_design/document_type

These are two views to allow querying based upon document type in the database. With this view, we can get all documents of a certain type, or documents of a certain type in a data range.

document_type

This view emits as key: [doc_type, Y, M, D, H, M, S].

document_type_label

This view simply reverses the ordering of the output key, so: [Y, M, D, H, M, S, doc_type].

Query examples