Feature request to be able to perform regex search in console for case-insensitive searches on nodes.
Example:
Performing a lookup for pe-201911-agent.puppetdebug.vlan within the console through a regex for example (?i)PE-201911-agent.puppetdebug.vlan, should return the node regardless of case.
We rely on postgres for our regex support, so the syntax is defined in their docs. Case-insensitive regex can be configured by prefixing your regex with (?i)