Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1CA87200BCA for ; Mon, 21 Nov 2016 13:51:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1BC58160AEC; Mon, 21 Nov 2016 12:51:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 92CC6160B19 for ; Mon, 21 Nov 2016 13:50:59 +0100 (CET) Received: (qmail 77490 invoked by uid 500); 21 Nov 2016 12:50:58 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 77467 invoked by uid 99); 21 Nov 2016 12:50:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 12:50:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 80E6B2C4C72 for ; Mon, 21 Nov 2016 12:50:58 +0000 (UTC) Date: Mon, 21 Nov 2016 12:50:58 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SYNCOPE-971) Case insensitive search MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 21 Nov 2016 12:51:00 -0000 [ https://issues.apache.org/jira/browse/SYNCOPE-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15683504#comment-15683504 ] Sergey Beryozkin commented on SYNCOPE-971: ------------------------------------------ CXF SearchUtils will add SQL LIKE/NOT LIKE if a value contains a wildcard, ex, as the last character. Perhaps Syncope can append it, possibly optionally > 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 ?). -- This message was sent by Atlassian JIRA (v6.3.4#6332)