File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ Status Description
8686============= =====================================
8787
8888
89+ .. _query-tracker:
90+
8991Entering values in your Tracker
9092-------------------------------
9193
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ lookup arguments: *classname, key_value*
8888
8989filter arguments: *classname, list or None, attributes*
9090
91- list can be None (requires ``allow_none=True`` when
92- instantiating the ServerProxy) to indicate search for all values,
93- or a list of ids . The attributes are given as a dictionary of
94- name value pairs to search for.
91+ `` list`` is a list of ids to filter. It can be set to None to run
92+ filter over all values (requires ``allow_none=True`` when
93+ instantiating the ServerProxy) . The `` attributes`` are given as a
94+ dictionary of name value pairs to search for. See also :ref:`query-tracker` .
9595======= ====================================================================
9696
9797sample python client
You can’t perform that action at this time.
0 commit comments