I m using django-haystack at the moment with apache-solr as the backend.
Problem is I cannot get the app to perform the search functionality I m looking for
Searching for sub-parts in a word
eg. Searching for "buntu" does not give me "ubuntu"
Searching for similar words
eg. Searching for "ubantu" would give "ubuntu"
Any help would be very much appreciated.