You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Matteo Alessandroni (JIRA)" <ji...@apache.org> on 2019/01/25 16:50:00 UTC

[jira] [Commented] (SYNCOPE-1429) ILIKE searches with Elasticsearch is not working when using wildcards

    [ https://issues.apache.org/jira/browse/SYNCOPE-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752422#comment-16752422 ] 

Matteo Alessandroni commented on SYNCOPE-1429:
----------------------------------------------

It seems other people have the same issue according to how Elasticsearch works.

SeeĀ [Elasticsearch wildcard case-sensitive|https://stackoverflow.com/questions/51107349/elasticsearch-wildcard-case-sensitive], [WIldcard case insensitive query string|https://discuss.elastic.co/t/wildcard-case-insensitive-query-string/75050], [Wildcard search case insensitive|https://discuss.elastic.co/t/wildcard-search-case-insensitive/122337] for more info.

> ILIKE searches with Elasticsearch is not working when using wildcards
> ---------------------------------------------------------------------
>
>                 Key: SYNCOPE-1429
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1429
>             Project: Syncope
>          Issue Type: Bug
>    Affects Versions: 2.1.3
>            Reporter: Matteo Alessandroni
>            Priority: Minor
>             Fix For: 2.1.4
>
>
> Consider a user where its plain attribute, e.g. {{attribute_test}}, is valued as something like:
> {noformat}
> This is a test
> {noformat}
> When trying to search for
> {noformat}
> This*
> {noformat}
> it returns no results, while, e.g., searching for
> {noformat}
> *his*
> {noformat}
> does return the user above.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)