Slovak and Czech fulltext search - ispell dictionaries

Can you please support adding Slovak and Czech dictionaries for fulltext search? The problem is that it needs to access the filesystem.

Similar command for english (but we need Slovak and Czech):

CREATE FULLTEXT DICTIONARY en_ispell
OPTION ’DictFile="/usr/local/share/dicts/ispell/english-utf8.dict",
AffFile="/usr/local/share/dicts/ispell/english-utf8.aff",
StopFile="/usr/local/share/dicts/ispell/english-utf8.stop"’
LIKE ispell_template;
1 Like