Postgres full text search and spelling mistakes (aka fuzzy full text search)
I have a scenario, where I have data for informal communications that I need to be able to search. Therefore I want full text search, but I also to make sense of spelling mistakes. Question is how do I take spelling mistakes into account in order to be able to do fuzzy full text search?? This is very briefly discussed in Postgres Full Text Search is Good Eno