https://bugs.freedesktop.org/show_bug.cgi?id=64177
--- Comment #2 from Eugenio Parodi <eugenio.parodi(a)intel.com> ---
This new extended searching criteria are ok.
Just one note regarded:
- "is not possible to define searches where
the *same* value must meet different criteria"
This meas that a query like this is not allowed?
[ 'or',
[ 'and',
[ 'begins_with', 'structured-name/given' , 'a' ],
[ 'begins_with', 'structured-name/family', 'b' ]
],
[ 'and',
[ 'begins_with', 'structured-name/given' , 'b' ],
[ 'begins_with', 'structured-name/family', 'a' ]
]
]
If not, can it be accepted in the future?
Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.