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

Feature: Adding a LIKE operator #87

Closed
wants to merge 1 commit into from
Closed

Feature: Adding a LIKE operator #87

wants to merge 1 commit into from

Conversation

david-alm
Copy link

Addresses concern in #85.
This adds an explicit LIKE operator. The idea it to enable developers to implement wildcard-based searches (such as prefix/suffix match).

@rafalp
Copy link
Member

rafalp commented Mar 13, 2021

Hi! Are you able to provide a test case for this?

@tomchristie
Copy link
Member

I'd really want a compare-and-contrast with the Django ORM before accepting something like this. They don't have a like filter, which is a strong indicator that there's probably some different tack for us to be taking here.

I'm still up for conversation about what differences we might have from Django in this regard , and if #85 needs any work as a result, but we'd need a clear resolution to that discussion first before accepting code changes.

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

Successfully merging this pull request may close these issues.

3 participants