Re: Partial substrings in FTS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



A J <s5aly@xxxxxxxxx> wrote:
> 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.
 
It sounds like trigrams might be a better fit for you than text
search.
 
http://www.postgresql.org/docs/9.1/static/pgtrgm.html
 
-Kevin

-- 
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux