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

Implement missing functions for FilterBuilder #8

Closed
zoedsoupe opened this issue Dec 30, 2024 · 0 comments · Fixed by #12
Closed

Implement missing functions for FilterBuilder #8

zoedsoupe opened this issue Dec 30, 2024 · 0 comments · Fixed by #12
Assignees
Labels
enhancement New feature or request

Comments

@zoedsoupe
Copy link
Collaborator

Feature request

Is your feature request related to a problem? Please describe.

  • like_all_of: Match only rows where column matches all of patterns case-sensitively.
  • like_any_of: Match only rows where column matches any of patterns case-sensitively.
  • ilike_all_of: Match only rows where column matches all of patterns case-insensitively.
  • ilike_any_of: Match only rows where column matches any of patterns case-insensitively.

Describe the solution you'd like

N/A

Describe alternatives you've considered

N/A

Additional context

N/A

@zoedsoupe zoedsoupe added the enhancement New feature or request label Dec 30, 2024
@zoedsoupe zoedsoupe self-assigned this Dec 30, 2024
@zoedsoupe zoedsoupe linked a pull request Dec 31, 2024 that will close this issue
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant