Peter Gyori created NIFI-7496:
---------------------------------

             Summary: 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: Simon Bence


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)

Reply via email to