Forum OpenACS Q&A: Response to bboard search working out-of-the-box in OpenACS 3.2.5?

On the log file, I see the following 2 errors:
Error: dbinit: error(localhost::myweb,ERROR: 
Function 'rank_for_search(unknown, text)' does not exists
Unable to identify a function that satisfies the given argument types
You may need to add explicit typecasts): ' ... Error: Database operation "select" failed (exception NSDB, "Query was not a statement returning rows.")
Database operation "select" failed (exception NSDB, "Query was not a statement returning rows." )
while executing
"ns_db select $db $sql"
invoked from within
"if {[bboard_pls_blade_installed_p} {
ns_write "Sorry, PLS is not yet supported by OpenACS
"
[bboard_footer]
return
...