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

Does QueryBuilder Support Regex? #997

Open
ozgurozanyilmaz opened this issue Feb 28, 2024 · 0 comments
Open

Does QueryBuilder Support Regex? #997

ozgurozanyilmaz opened this issue Feb 28, 2024 · 0 comments

Comments

@ozgurozanyilmaz
Copy link

I read the full documentation, looked up the examples and also plugins but did not come accross with the Regex Search.
I am also using the component mostly with getSQL and setSQL options. If a user wants to do an or operation, it should also be converted to "IN" operators in mysql because it is also faster. Even if not, users should be able to provide a list. Did I miss these features or did they not exist yet?

Or/IN case have a solution and working but in my case, I am using MySQL and I need something similar to the following examples:
https://www.geeksforgeeks.org/mysql-regular-expressions-regexp/

Even if it doesn't exist yet, I think this should be supported by the project by default as it is a valid SQL operation. If it exists, could someone help me with how do I actually implement this into my query builder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant