[turba] Show all

Max Kalika max@the-triumvirate.net
Sun, 22 Jul 2001 13:19:37 -0700


Quoting Frank Pineau <frank@pineaus.com>:

> Interesting, it doesn't work for me at all.  The first letter works though.  
> For example, searching on 'f'. returns 'foo', 'foobar', and 'frankenstein', 
> but not 'heffner'.

try leaving the field empty.  the sql querry is structured as:

  where field = "'" . $criteria . "%'"

so if $criteria is empty you'll get:

  where field = '%';

which means all.

-- 
/// max kalika 
// max@the-triumvirate.net 

"and after a while you'll stop making computers out of stuff and start making 
stuff out of computers" -- douglas adams 4/5/01