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

How to use pypika to implement the 'MATCH AGAINST' statement for full-text search queries #770

Open
fanliugen opened this issue Nov 18, 2023 · 1 comment

Comments

@fanliugen
Copy link

Using pypika to access a MySQL database, there is a table in the database that utilizes full-text indexing. How can I use pypika to implement the 'MATCH AGAINST' statement for full-text search queries?

@wd60622
Copy link
Contributor

wd60622 commented Nov 19, 2023

Doesnt seem implemented but seems possible with the building blocks currently in the terms.py
It might have a similar implementation as the analytic functions. Maybe that source code could be helpful

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

No branches or pull requests

2 participants