Mercurial > p > roundup > code
comparison doc/xmlrpc.txt @ 4929:57a482110a24
doc: Link XMLRPC `filter` doc to User Guide chapter about querying
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Mon, 29 Sep 2014 18:37:26 +0300 |
| parents | 08a5a47855cb |
| children | f47c35727b3e |
comparison
equal
deleted
inserted
replaced
| 4928:5a59c723e57f | 4929:57a482110a24 |
|---|---|
| 86 have a key and the user needs search permission on the key | 86 have a key and the user needs search permission on the key |
| 87 attribute and id for the given classname. | 87 attribute and id for the given classname. |
| 88 | 88 |
| 89 filter arguments: *classname, list or None, attributes* | 89 filter arguments: *classname, list or None, attributes* |
| 90 | 90 |
| 91 list can be None (requires ``allow_none=True`` when | 91 ``list`` is a list of ids to filter. It can be set to None to run |
| 92 instantiating the ServerProxy) to indicate search for all values, | 92 filter over all values (requires ``allow_none=True`` when |
| 93 or a list of ids. The attributes are given as a dictionary of | 93 instantiating the ServerProxy). The ``attributes`` are given as a |
| 94 name value pairs to search for. | 94 dictionary of name value pairs to search for. See also :ref:`query-tracker`. |
| 95 ======= ==================================================================== | 95 ======= ==================================================================== |
| 96 | 96 |
| 97 sample python client | 97 sample python client |
| 98 ==================== | 98 ==================== |
| 99 :: | 99 :: |
