Matteo Alessandroni created SYNCOPE-1429:
--------------------------------------------
Summary: 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
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)