python - How to Customize the full text search function provided by postgresql -
i trying customize postgresql full text search functionality that
for example, can enter "stouffers" , match on stouffer's frozen foods. if leave off 1 of "f"s , spell "stoufers" don't match. that's 1 of things customized text search supposed handle. converts text phonetic type code , searches on that.
please me in how can achive that. found need write custom parser in c doing poor in c.
or standalone search engine such solr or xapian stemming, spelling, phonetic etc.
django-haystack brings both of them.
Comments
Post a Comment