dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Feature Request: Support FULLTEXT KEY

Open timsehn opened this issue 3 years ago • 1 comments

FULLTEXT KEY not supported:

CREATE TABLE `another_random_table` (
  `id` int NOT NULL AUTO_INCREMENT,
  `body` text NOT NULL,
  PRIMARY KEY (`id`),
  FULLTEXT KEY `idx_body` (`body`)
) ENGINE=InnoDB AUTO_INCREMENT=223 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
ERROR 1105 (HY000): syntax error at position 135 near 'KEY'

timsehn avatar Mar 15 '22 16:03 timsehn

This came in again in a customer request.

timsehn avatar Aug 31 '22 16:08 timsehn

I'd like to echo my desire for this feature to be supported.

ghost avatar Jan 01 '23 21:01 ghost

@Hydrocharged is working on this now.

timsehn avatar May 21 '23 18:05 timsehn

Is there a PR awaiting for reviews? On pins and needles for this feature!

lhmzhou avatar May 22 '23 02:05 lhmzhou

It's going to take at least a month :-)

timsehn avatar May 22 '23 14:05 timsehn

This is supported in 1.8.5. It's missing some functionality but people should open individual issues for things they want that are missing.

timsehn avatar Jul 27 '23 15:07 timsehn