Skip to content

Commit

Permalink
Removing the AND exception note
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Sep 20, 2023
1 parent c09c3ef commit 8c1340d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ The Filter `id` is required for all query types. For all query types, the logica
Beacon queries as of v2 always assume a logical **AND** between query parameters
and individual filters, _i.e._ all conditions have to be met. There is currently
no support for Boolean expressions.
However, a logical exception is the use of multiple filters for the same parameter which
a Beacon implementation should treat as a logical **OR** since they otherwise
would fail in most instances. E.g. the query using `NCIT:C3493` and `NCIT:C2926`
(mapped against `biosample.histological_diagnosis.id`) would match both
_Lung Non-Small Cell Carcinoma_ (NCIT:C2926) and _Lung Squamous Cell Carcinoma_
(NCIT:C3493) which are exclusive diagnoses.


!!! Note "Filters in `GET` Requests"

Expand Down

0 comments on commit 8c1340d

Please sign in to comment.