antares icon indicating copy to clipboard operation
antares copied to clipboard

Regular expression in the table name search?

Open bart-schaefer opened this issue 8 months ago • 1 comments

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": Image

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?

Image

If I've somehow always been wrong about this, please convert this to a feature request.

bart-schaefer avatar Apr 23 '25 22:04 bart-schaefer

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.

Fabio286 avatar Apr 28 '25 09:04 Fabio286