pypika icon indicating copy to clipboard operation
pypika copied to clipboard

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

Open fanliugen opened this issue 1 year ago • 1 comments

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?

fanliugen avatar Nov 18 '23 14:11 fanliugen

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

wd60622 avatar Nov 19 '23 01:11 wd60622