I have implemented full text search in my django app using postgresql. But, when I press the search button, I get an error:
ProgrammingError at /blog/search/
function similarity(character varying, unknown) does not exist
LINE 1: SELECT COUNT(*) FROM (SELECT SIMILARITY("blog_post"."title",...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
I don't know where the error is, so if you need any files, I will edit this question. Please help me