Andrea Patricelli created SYNCOPE-1645:
------------------------------------------
Summary: Case insensitive search with Elasticsearch extension
returns wrong results
Key: SYNCOPE-1645
URL: https://issues.apache.org/jira/browse/SYNCOPE-1645
Project: Syncope
Issue Type: Bug
Components: core, extensions
Affects Versions: 2.1.9
Environment: Elasticsearch 7.12
Reporter: Andrea Patricelli
Assignee: Andrea Patricelli
Fix For: 2.1.10, 3.0.0
# Enable Elasticsearch extension, run Syncope with test MasterContent and run
reindex task to populate ES cluster with Syncope data.
# Login to console and go to Realm -> GROUP
# Search for group `artDirector` from console, result is empty though the
group exists. The same happens performing a rest search to `/groups/` endpoint
with a case insensitive fiql `name=~artDirector`
Searching by `name==artDirector` or `name==artDirector*` works, instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)