ModelCitizen;256145 Wrote: 
> The odd thing for me is why do I get The Birthday Party and Bang The
> Party returned for a search on Pärt.

At least part of it is a function of how MySQL works.  For instance,
with my installation the SQL queries


Code:
--------------------
    
  select * from contributors where namesearch like 'béla%';
  
  select * from contributors where namesearch like 'bela%';
  
  select * from contributors where namesearch like 'bëla%';
--------------------


all return Béla Fleck.


-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=41945

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to