[
https://issues.apache.org/jira/browse/SYNCOPE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15686011#comment-15686011
]
ASF GitHub Bot commented on SYNCOPE-971:
----------------------------------------
Github user ilgrosso commented on a diff in the pull request:
https://github.com/apache/syncope/pull/40#discussion_r89059365
--- Diff:
core/persistence-jpa/src/test/java/org/apache/syncope/core/persistence/jpa/inner/AnySearchTest.java
---
@@ -175,6 +210,28 @@ public void searchWithNotCondition() {
}
@Test
+ public void searchCaseInsensitiveWithNotCondition() {
--- End diff --
This test should be replicated in
[SearchITCase](https://github.com/apache/syncope/blob/2_0_X/fit/core-reference/src/test/java/org/apache/syncope/fit/core/SearchITCase.java)
(like other test cases in this class)
> 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)