Archived
2

Implemented filters for no condition or measurement

This commit is contained in:
VLE2FE
2020-09-02 16:19:40 +02:00
parent bdff2c96d3
commit 364ad1964e
4 changed files with 61 additions and 1 deletions

View File

@ -52,7 +52,8 @@
- name: filters[]
description: "the filters to apply as an array of URIComponent encoded objects in the form {mode:
'eq/ne/lt/lte/gt/gte/in/nin/stringin', field: 'material.m', values: ['15']} using
encodeURIComponent(JSON.stringify({}))"
encodeURIComponent(JSON.stringify({})) <br>Use {mode: 'eq', field: 'condition', values: [{}]} and
{mode: 'eq', field: 'measurements', values: [null]} to filter for samples without condition or measurements"
in: query
schema:
type: array