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

Add a "not_like" search operator #376

Closed
wants to merge 3 commits into from
Closed

Conversation

pmuller
Copy link
Contributor

@pmuller pmuller commented Dec 25, 2014

I just stumbled upon the need for this operator. Here is my try to implement it.

@jfinkels
Copy link
Owner

jfinkels commented Jan 2, 2015

Since the not_in function uses the tilde (~) instead of the NOT function, I prefer that the not_like function use the same. In other words, remove the import of not_ and replace NOT with ~.

@jfinkels
Copy link
Owner

jfinkels commented Feb 3, 2015

Can you please squash your three commits on this branch into a single commit? Then I will merge the changes into the master branch.

@jfinkels
Copy link
Owner

This was merged in 4637c93.

@jfinkels jfinkels closed this Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants