Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide RLIKE / NOT RLIKE regular expression filters #688

Closed
bart-schaefer opened this issue Oct 6, 2023 · 1 comment
Closed

Provide RLIKE / NOT RLIKE regular expression filters #688

bart-schaefer opened this issue Oct 6, 2023 · 1 comment
Assignees
Labels
enhancement 🚀 New feature or request

Comments

@bart-schaefer
Copy link

MySQL allows searching columns by regular expression:
SELECT * FROM table WHERE column RLIKE '^foo.*bar'

image

@Fabio286 Fabio286 added the enhancement 🚀 New feature or request label Oct 6, 2023
@Fabio286 Fabio286 moved this from 📌 To do to ✔ Done in Work in Progress Board Oct 18, 2023
@D-nov
Copy link

D-nov commented Nov 9, 2023

@Fabio286 between filter doesn't seem to work.
I tried it with int column and filtered using values 123, 130 (both separated with comma and without comma).

PS: Tested with maria db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request
Projects
Status: Done
Development

No branches or pull requests

3 participants