← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 996: Minor

 

------------------------------------------------------------
revno: 996
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Sun 2014-03-30 22:23:37 +0200
message:
  Minor
modified:
  src/docbkx/en/dhis2_user_man_web_api.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml	2014-03-30 20:09:52 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2014-03-30 20:23:37 +0000
@@ -3300,7 +3300,7 @@
             </row>
             <row>
               <entry>IN</entry>
-              <entry>Equal to one of multiple values separated by ":"</entry>
+              <entry>Equal to one of multiple values separated by ";"</entry>
             </row>
           </tbody>
         </tgroup>
@@ -4129,6 +4129,9 @@
     <para>A query for instances where one attribute is included in the response and one attribute us
       used as a filter can look like this:</para>
     <screen>api/trackedEntityInstances.json?attribute=zHXD5Ve1Efw:EQ:A&amp;filter=AMpUYgxuCaE:LIKE:Road&amp;ou=DiszpKrYNg8</screen>
+      <para>To query on an attribute using multiple values in an IN filter you can do like
+        this:</para>
+      <screen>api/trackedEntityInstances.json?ou=DiszpKrYNg8&amp;attribute=dv3nChNSIxy:IN:Scott;Jimmy;Santiago</screen>
     <para>To constrain the response to instances which are part of a specific program you can
       include a program query parameter like this:</para>
     <screen>api/trackedEntityInstances.json?attribute=zHXD5Ve1Efw:EQ:A&amp;ou=O6uvpzGd5pu&amp;ouMode=DESCENDANTS&amp;program=ur1Edk5Oe2n</screen>
@@ -4181,7 +4184,7 @@
           </row>
           <row>
             <entry>IN</entry>
-            <entry>Equal to one of multiple values separated by ":"</entry>
+            <entry>Equal to one of multiple values separated by ";"</entry>
           </row>
         </tbody>
       </tgroup>