pypika
pypika copied to clipboard
How to use pypika to implement the 'MATCH AGAINST' statement for full-text search queries
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?
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