Partial substrings in FTS - Mailing list pgsql-admin

From A J
Subject Partial substrings in FTS
Date
Msg-id 1335201010.30117.YahooMailNeo@web161501.mail.bf1.yahoo.com
Whole thread Raw
Responses Re: Partial substrings in FTS  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Partial substrings in FTS  (Jesper Krogh <jesper@krogh.cc>)
List pgsql-admin
In FTS, how do I search for partial substrings that don't form a English word.
Example, in the text: 'one hundred thirty four'  I want to find the records based on 'hun'

SELECT to_tsvector('one hundred thirty four') @@ to_tsquery('hun');
does not return anything.

Thanks.

pgsql-admin by date:

Previous
From: Greg Caulton
Date:
Subject:
Next
From: "Kevin Grittner"
Date:
Subject: Re: Partial substrings in FTS