[
https://issues.apache.org/jira/browse/NIFI-7496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Bence reassigned NIFI-7496:
---------------------------------
Assignee: Lehel Boér (was: Simon Bence)
> Search filter: enable filtering for the ID of a process group
> -------------------------------------------------------------
>
> Key: NIFI-7496
> URL: https://issues.apache.org/jira/browse/NIFI-7496
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Peter Gyori
> Assignee: Lehel Boér
> Priority: Major
> Fix For: 1.14.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The ID of a process group is a UUID that contains dashes ("-").
> Currently the backend does not support using dashes in a filter expression,
> thus specifying the UUID of a process group in the filter expression does not
> work as expected.
> (E.g.: a search term like "group:5f688d78-0172-1000-17be-c3753692aaf9 xyz"
> returns no results even if elements with the provided identifiers exist.)
> The cause of this behavior is that the REGEX in class RegexSearchQueryParser
> does not allow dashes to be considered in the filter expression.
> Please enhance the regex to support using dashes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)