6 ms·
If you want to adapt the technique to full-text search, you can index trigrams instead of full keywords.
by panic 1y ago
If you want to adapt the technique to full-text search, you can index trigrams instead of full keywords.
- dangoodmanUT 1y agohaha you beat me to it! yes tokenize with trigrams is a very simple way to get this functionality. That's how systems like postgres has historically done it