Proper use of MySQL full text search with SQLAlchemy
I would like to be able to full text search across several text fields of one of my SQLAlchemy mapped objects. I would also like my mapped object to support foreign keys and transactions. I plan t...