Answer the question
In order to leave comments, you need to log in
How to create a FULLTEXT index in Doctrine2?
Good morning.
The question is in the title.
There is a field of type text:
use Doctrine\ORM\Mapping as ORM;
...
/**
* @ORM\Table(name="node",
* indexes={
* @ORM\Index(name="url", columns={"url"})
* })
*/
...
/**
@ORM\Column(type="text")
*/
private $url = '';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question