AI returns an answer on a (TrueNAS specific) question which is not completely true

Description of the issue:

One of the AI’s answers from the question: “Integrate regex patterns in VM query filters for enhanced string matching capabilities”

Based on the provided search results, it appears that midclt’s vm.query filters do not natively support regular expressions. The documentation and examples do not mention regular expressions as part of the filter syntax.

Brave Version (check About Brave):
[Version 1.68.137 Chromium: 127.0.6533.100 (Offizieller Build) (64-Bit)]

Operating System:
Linux

There seems to exist a form of matching operator - ~ (Tilde) - which performs a regular expression matching for vm.query filters (in TrueNAS Dragonfish-24.04.2, probably earlier). With this operator, filtering with non-exact strings (like a VM’s name) is possible. I personally tested this operator on the stated (TrueNAS) version.