Monthly Archives: November 2018

Propel2 criterions

Propel2 do not have mysql’s full text search support out of the box. Of course you can do $movies = MovieQuery::create() -> where(‘MATCH(Movie.title, Movie.director) AGAINST(? IN BOOLEAN MODE)’, ‘big lebowski’) -> find(); credits to jengeb This doesn’t looks good for … Continue reading

Posted in php | Comments Off on Propel2 criterions