nEDM Interface

nEDM Experiment

nEDM Interface

Repository

Tutorials


Modules


Classes


Externals


Filter functions in nEDM

Filters are used for filtering results in changes feed functions. This means that the server will only ship information that passes the filter.

_design/nedm_default

doc_type

This filter only passes documents of a certain type or within a certain set. Query parameters that may be sent to this filter are:

_design/execute_commands

execute_commands

This filter passes command documents (e.g. "type" = "command"). It takes as a query parameter:

This is essential for pynedm listeners that are only listening for a select set of commands.