Forums / Setup & design / The ezsearch module doesn't support none-english artical

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

The ezsearch module doesn't support none-english artical

Author Message

robbie zheng

Monday 09 June 2003 12:39:55 am

though have change the sql query :
$wordRes =& $db->arrayQuery( "SELECT * FROM ezsearch_word WHERE word like '%$indexWord"."%'"); //word='$indexWord'" );

but the tmp table is created basing $wordID
this will always return more than one result
just as phrase search in english.

I have been stubed for queit a few days .:(
who can help me out?