You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "gonzalad (JIRA)" <ji...@apache.org> on 2016/11/26 03:10:58 UTC

[jira] [Created] (SYNCOPE-975) Search case insensitive ilike operator triggers search validation

gonzalad created SYNCOPE-975:
--------------------------------

             Summary: Search case insensitive ilike operator triggers search validation
                 Key: SYNCOPE-975
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-975
             Project: Syncope
          Issue Type: Bug
            Reporter: gonzalad
            Priority: Minor


Follow-up for SYNCOPE-971.

Using ilike in a search triggers search field
validation. It shouldn't be triggered.
This results in Syncope returning 0 records.

For instance: username=~*test*;(emails=~*test.com*)
tries to validate email *test.com*, which isn't
a valid email

Sorry for the bug !




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)