[
https://issues.apache.org/jira/browse/SYNCOPE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15686373#comment-15686373
]
ASF GitHub Bot commented on SYNCOPE-971:
----------------------------------------
Github user ilgrosso commented on the issue:
https://github.com/apache/syncope/pull/40
@gonzalad With
https://github.com/apache/cxf/commit/5156dd256f8f59d22ea2d1ca50197f1b5b3f1788
(for CXF's `3.1.x-fixes`, which is currently used by Syncope's `2_0_X`, but I
have also committed to CXF's `3.0.x-fixes` and `master`) I have pushed some
changes to allow easier subclassing of `FiqlParser`.
I have also set up a [simple
project](https://github.com/ilgrosso/FIQLCustomOperator) to show how to define
two custom operators `=~` (case-insensitive equals) and `!~` (case-insensitive
not equals).
If you would like to try it yourself, you will need to build CXF
3.1.9-SNAPSHOT from sources.
@sberyozkin WDYT?
> Case insensitive search
> -----------------------
>
> Key: SYNCOPE-971
> URL: https://issues.apache.org/jira/browse/SYNCOPE-971
> Project: Syncope
> Issue Type: Improvement
> Components: client, console, core
> Reporter: gonzalad
> Fix For: 2.0.2, 2.1.0
>
>
> Handle case insensitive search in syncope.
> i.e. querying all users with an attribute givenName that matches (case
> insensitive) 'martin' would return :
> * Martin
> * martin
> * mArtin
> A nice thing would be to provide a FIQL feature for this (with a custom
> operator ? with some fiql functions ?).
> Reference mail thread:
> https://lists.apache.org/thread.html/13284771128bcffbd860972c770ca0af6bbdb59948f70c969494aa50@%3Cuser.syncope.apache.org%3E
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)