First time here? Check out the FAQ!

Revision history  [back]

If you want to search for short words or acronyms, extra setup of the database will be required, this is postgresql-specific.

In addition /settings/FORUM_DATA_RULES/, set minimum length of search term to 3. Of course there are shorter search terms - like c. To make these work it will be necessary to configure the database to specifically catch those short terms, i.e. this will require custom work.

Default full text search configurations in the databases ignore short words, which are usually not heavy in information. Of course in the technical literature this is often not true.