Forum OpenACS Q&A: Response to brief acceptance test for 3.2.5

Collapse
Posted by Pavel Boghita on
Roberto, I have no idea what this does hence the question. I guess is some sort of Oracle type query. I took it from the acceptance test. I just wanted to know how to apply a similar test to my OpenAcs PostgreSQL installation

#############

If you installed site-wide-search make sure the im_convert PL/SQL proc is there. This procedure converts a search string into a form interMedia understands to perform the search.

SQL> select im_convert('foo bar') from dual ;

IM_CONVERT('FOOBAR')
--------------------------------------------------------------------------------
( { foo } NEAR { bar })*2.0,about( foo bar )

If this is not what you see, then you likely failed to properly feed Oracle the data model.

#########################

That's all, thanks.