Subject | RE: [firebird-support] Re: Speedy HTML list boxes |
---|---|
Author | Si Carter |
Post date | 2005-10-28T07:37:46Z |
> -----Original Message-----Another method which might work is to store a soundex of the customer name
> That is the normal way of doing it in Firebird. Obviously an
> index can only help a "containing" query if it can be
> transformed to a "Starting with".
and search on that.
> So the suggestion is to have a generic words table, aIf your interested in doing it this way, I have developed a stored procedure
> customer table, and a table linking customers and words.
which takes a block of text (varchar) and returns all individual words (or
breaks the text in other combinations CSV etc), this could save a lot of
time/bandwidth when posting new records.
Rgds
Si Carter
http://www.fbtalk.net/ - Web Based Firebird Forum
http://www.tectsoft.net/ - Homepage