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.
Edit:
It is possible to query puppetdb with case-insensitive regex, but we do not document it and the postgresql docs are difficult to read and determine how it will work. We should document how to query with at least the case insensitive setting.