* 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)
  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' }


No differences found