Hi:
 My site have a simple keyword search thaf work fine but i wishs modified
because:

1. My site is in spanish version and some words in my data base (flat
database) is writing using writing accent (´)
Then for my simple keyword search is different for example condición (with
accent in "o") that condicion (without accent.
Question 1: How can i do for the results to be the same, if i search with
accent or without accent? (remember in spanish alphabet only the 5 vocals
can have accent).

2. My poor keyword search become crazy with the capital letter AABBCC etc,
and aabbcc etc. How can i do for my keyword search for example in SOME WORD
or some word?

the code start with this statment: (first line only)
if (/$FORM{'keyword'}/i) {
    $results[$z]=&short_display;
    $z++;
    if ($z==1) {$first_sku=$field[0];}
   }

HOw modify this code or if you have any better code for keyword search.

Thanks
Daniel

Pd. Excuse me my english.





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to