We have a database filled with OCRed data and manually typed data.
When doing searches with CONTAINS command, not all of the results are appearing. So a search for "monkey man" doesn't return the records that have m0nkey man, momkey man in the data.
Is there a way to allow for these issues in the data?
I've had a cursory glance at Lucene.NET and Soundex but can't see these being of much use.
Thanks for any ideas