* a field starting with '&' or '|' should refer to a sequence type
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 5 Oct 2009 16:18:23 +0000 (16:18 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 5 Oct 2009 16:18:23 +0000 (16:18 +0000)
commit009d9c3f961502939f8b939682b533edd7700f12
tree9b87fbc5844925b6d11f8c0a927ef97f968ac5b3
parentf3bf13bbfc1655f3e7117dd03d7eacaf3d77956d
 * a field starting with '&' or '|' should refer to a sequence type
  the semantic is then that the object value (expected to be a list)
  should contain all (&) or any (|) value specified in the corresponding
  filter value. See other examples below.
    example : filter = { '|role_ids' : [ 20, 40 ] }
    example : filter = { '|roles' : ['tech', 'pi'] }
    example : filter = { '&roles' : ['admin', 'tech'] }
    example : filter = { '&roles' : 'tech' }
PLC/Filter.py