=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2014-05-13 09:52:33 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-05-19 19:27:52 +0000 @@ -373,13 +373,14 @@
Meta-data filtering - To furhter filter the meta-data, we are now (in 2.15) providing several filter operations that can be applied to the returned - meta-data list. The format of the filter itself is very easy, and follows the pattern property:operator:value, where property is which property on the meta-data you want - to filter on (please see the schema section to find out what properties are available), operator is the comparison action you want to perform, and value is the - value to check against (not all operators require value). - + To further filter the meta-data there are several filter operations that can be applied to + the returned list of meta-data. The format of the filter itself is straight-forward and + follows the pattern property:operator:value, where + property is the property on the meta-data you want to + filter on (please see the schema section to find out which + properties are available), operator is the comparison + action you want to perform and value is the value to check + against (not all operators require value).
Available Operators @@ -448,8 +449,9 @@
- Different operators will be taken as and, and multiple of the same will be taken as or, the filtering mechanism also allows for recursion (please see below for an example). + Different operators will be applied as and, and equal + operators will be applied as or. The filtering mechanism also + allows for recursion - see below for an example: Example 1: Get dataElements with ID1 and ID2/api/dataElements?filter=id:eq:ID1&filter=id:eq:ID2 Example 2: Get all dataElements which has the dataSet with id === modified file 'src/docbkx/en/resources/css/docbook_bsd.css' --- src/docbkx/en/resources/css/docbook_bsd.css 2014-05-16 10:34:45 +0000 +++ src/docbkx/en/resources/css/docbook_bsd.css 2014-05-19 19:27:52 +0000 @@ -104,7 +104,6 @@ } BODY HR { - margin: .6em; border-width: 0 0 1px 0; border-style: solid; border-color: #cecece;