endzeit created NIFI-13961: ------------------------------ Summary: Add support for camelCase search on components Key: NIFI-13961 URL: https://issues.apache.org/jira/browse/NIFI-13961 Project: Apache NiFi Issue Type: Improvement Reporter: endzeit Assignee: endzeit
The search provided inside the NiFi UI for selecting a component, such as a Processor or ControllerService, queries for a literal match of the entered search term against the component's type, description and other fields. While this is very useful, it requires users to enter complete parts of the component type (or other information), without the support for fuzzy search. The goal of this issue is to enhance the existing search functionality with a camelCase search functionality, similar to what developers might know from IDEs when searching for classes in code. The original search should not be affected. Let's use the following component type as an example: {{org.apache.nifi.processors.standard.GenerateFlowFile}} -- This message was sent by Atlassian Jira (v8.20.10#820010)