Forum OpenACS Development: Re: Postgres releases for OpenACS

Collapse
Posted by Gustaf Neumann on
yes, we use tsearch (as well on openacs.org). The only thing i remember from openacs.org (done in Feb) was

ERROR: text search configuration "default" does not exist

The following command fixed it:

CREATE TEXT SEARCH CONFIGURATION public.default ( COPY = pg_catalog.english );

-gustaf neumann