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

More "like" syntax #33

Open
darkain opened this issue Jun 8, 2022 · 1 comment
Open

More "like" syntax #33

darkain opened this issue Jun 8, 2022 · 1 comment

Comments

@darkain
Copy link
Owner

darkain commented Jun 8, 2022

clike: [text]%[text]
alike: %[text]%[text]%
lclike: %[text]%[text]
rclike: [text]%[text]%
rawlike: any input passed unfiltered

there really isn't an elegant way to have underscore single-character matching, so adding rawlike to handle those where the app itself can build the LIKE matching string.

@darkain
Copy link
Owner Author

darkain commented Jun 19, 2022

Also test more advanced escaping, such as the escape \ character itself

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