Andy LoPresto created NIFI-3368:
-----------------------------------
Summary: Support camel case search in Add Processor dialog
Key: NIFI-3368
URL: https://issues.apache.org/jira/browse/NIFI-3368
Project: Apache NiFi
Issue Type: Improvement
Components: Core UI
Affects Versions: 1.1.1
Reporter: Andy LoPresto
Priority: Minor
In the Add Processor dialog, it would be useful to be able to search by camel
case, as many IDEs support.
For example:
typing {{gff}} -> GenerateFlowFile
typing {{cat}} -> ConvertAvroToJSON, ConvertAvroToORC
etc.
My guess is that the ajax request for the search query could be sent to the
server and parsed into a regex for uppercase characters, and then a union query
applied to the available list of processors.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)