You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/02/22 09:00:01 UTC

[jira] [Commented] (NIFI-7496) Search filter: enable filtering for the ID of a process group

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

ASF subversion and git services commented on NIFI-7496:
-------------------------------------------------------

Commit 80da0cf47d4619d89620aea0ab8be762f1dde384 in nifi's branch refs/heads/main from Lehel Boér
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=80da0cf ]

NIFI-7496: Regex pattern changed to match dashes in filters.

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #4811.


> 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
>            Priority: Major
>
> 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)