Alex
Results
1
issues of
Alex
Example: ``` class Cinema { /** * @OGM\Index(name="FulltextIndex", type="fulltext") */ protected $name } $cinema = new Cinema(); $cinema->setName("Test"); $this->manager->persist($cinema); $this->manager->flush(); ``` Run cypher query "START node = node:FulltextIndex("name:tes*") RETURN node"...