Forum OpenACS Development: Re: Tsearch2-driver search indexing for postgreql package added

Hi,

I have a question.

I have installed postgre database and tsearch2 extension.

I am using OpenACS.

I have a database called webjima and I already successfully did

psql webjima < tsearch2.sql

How do I tell OpenACS to use tsearch2 ?

Thanks in advance,

jima

Jima,

You already did the hard stuff 😊

Take a look at this section in openacs docs

https://openacs.org/doc/openacs-5-1/install-full-text-search-tsearch2.html#install-fts-engine

Seems all you have to do is mount a search package instance and configure FtsEngineDriver parameter.

Regards,

\Orzenil