https://bugs.freedesktop.org/show_bug.cgi?id=64177

--- Comment #2 from Eugenio Parodi <[email protected]> ---
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.
_______________________________________________
Syncevolution-issues mailing list
[email protected]
https://lists.syncevolution.org/mailman/listinfo/syncevolution-issues

Reply via email to