Both use index to speed up string searching. So what's the difference?
In the docs for CREATE INDEX, there's no mention of tokenization, which makes me think that normal indices on text columns only speed up "=" queries, instead of more sophisticated MATCH query that can match words inside paragraphs, but I can't find any source that confirm this.