Re: [sqlalchemy] MySQL defining full text indexes and using MATCH AGAINST, SQLAlchemy way

2016-05-07 Thread Dev Mukherjee
On Sun, May 8, 2016 at 12:35 AM, Mike Bayer wrote: > > > On Saturday, May 7, 2016, Dev Mukherjee wrote: > >> >>> >>> >> If I create the full text and include multiple fields in the index >> >> CREATE FULLTEXT INDEX `keyword_search` ON >>

Re: [sqlalchemy] MySQL defining full text indexes and using MATCH AGAINST, SQLAlchemy way

2016-05-07 Thread Mike Bayer
On Saturday, May 7, 2016, Dev Mukherjee wrote: > >> >> > If I create the full text and include multiple fields in the index > > CREATE FULLTEXT INDEX `keyword_search` ON > customer(name,physical_address_street,physical_address_suburb, >