Regular expression in the table name search?
I may be hallucinating, but I'm sure at one point I was able to use a regular expression when filtering table names. E.g., find all tables whose names start with "contact":
This has stopped working. Similarly using | to alternate table name patterns.
To Reproduce Enter any RE into the search bar at the top of the schema list.
Expected behavior Table name list is filtered by the RE.
- App client: Antares
- App version: 0.7.34
- Installation source: dmg from https://antares-sql.app/
Environment (please complete the following information):
- OS name: MacOS Sequoia
- OS version: 15.4.1
- DB name: MySQL Community
- DB version: 5.7 or 8.0
Additional context
I've noticed that with MySQL 8.0 server, beginning an expression with ^ limits the view to Triggers?
If I've somehow always been wrong about this, please convert this to a feature request.
If you say it was there in the past then it is probably an unintended side effect that stopped being there when some modification was made on the filter. However, I understand that it is something useful and so I will plan to reimplement it.