loopback-connector-mysql icon indicating copy to clipboard operation
loopback-connector-mysql copied to clipboard

n-gram specification on FULLTEXT index

Open forno opened this issue 3 years ago • 1 comments

Suggestion

We can use MATCH operation with Natural Language mode. However, we cannot specify parser for a FULLTEXT index. Because type property should get USING prefix, but FULLTEXT index are never get a USING.

We want to just ADD FULLTEXT INDEX indexName (pName) WITH PARER ngram, not ADD FULLTEXT INDEX indexName (pName) USING WITH PARER ngram.

Please avoid USING prefix on FULLTEXT index for type property.

Acceptance criteria

TBD - will be filled by the team.

forno avatar Sep 12 '22 06:09 forno

It maybe has only WITH PARSER xxx after column specify, right? Then, we can add WITH PARSER on FULLTEXT index that is like on USING .

forno avatar Sep 12 '22 09:09 forno

Closed by #471

forno avatar Nov 30 '22 11:11 forno