Skip to content

Added TSQuery operators. The API can now use 'to_tsquery' and 'plaint…#695

Open
ajite wants to merge 2 commits intojfinkels:masterfrom
ajite:add-tsquery-operators
Open

Added TSQuery operators. The API can now use 'to_tsquery' and 'plaint…#695
ajite wants to merge 2 commits intojfinkels:masterfrom
ajite:add-tsquery-operators

Conversation

@ajite
Copy link
Copy Markdown

@ajite ajite commented Jan 16, 2019

…o_tsquery' operators.

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

def plainto_tsquery(arg1, arg2):
Copy link
Copy Markdown

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):
Copy link
Copy Markdown

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