Skip to content

Conversation

@ajite
Copy link

@ajite ajite commented Jan 16, 2019

…o_tsquery' operators.

def to_tsquery(arg1, arg2):
return arg1.match(arg2)

def plainto_tsquery(arg1, arg2):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines, found 1

def any_(arg1, arg2):
return arg1.any(arg2)

def to_tsquery(arg1, arg2):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines, found 1

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.

2 participants