Serach only for a text not entire word

Hello.

My install: RT 4.0.10 and PostgreSQL Indexed database.

If I do a “Content” search for this word “ExtensionHardening” works fine,
and give the two tickets that have this word.

But if i search only for “Hardening” i have no results.

Could I search only for a part of a word?

Thanks
Kindest Regards.

Un saludo.
Juanjo Corral

My install: RT 4.0.10 and PostgreSQL Indexed database.

If I do a “Content” search for this word “ExtensionHardening” works fine, and give the two
tickets that have this word.

But if i search only for “Hardening” i have no results.

The type of searches that can match are governed by PostgreSQL not
really by RT here. We’re at the mercy of how Pg chunks up your text
and indexes it. You can read a lot more about how Pg FTS works here:

I’ve linked to 9.2, but choose your appropriate version.

-kevin