kkreft
10/25/2016 - 12:02 PM

Doctrine FULL TEXT index

Doctrine FULL TEXT index

/**
 * Product.
 *
 * @ORM\Table(name="product", indexes={@Index(columns={"title"}, flags={"fulltext"})})
 * @ORM\Entity()
 */
class Product
{}