[drupal-support] search / i8ln
has anyone got the search function working on an internationalized site? i get the following errors. I wonder if this is something in my config, or just that the search doesnt work across multilangs? thanks, /dc user error: Not unique table/alias: 'n' query: SELECT DISTINCT i.sid, i.type FROM search_index i INNER JOIN node n ON n.nid = i.sid INNER JOIN node n USING (nid) INNER JOIN users u ON n.uid = u.uid WHERE n.status = 1 AND (n.language ='en' or n.language = '') AND (i.word = 'yotte') in /home/.cailin/jgram/dev.jgram.org/includes/database.mysql.inc on line 66. user error: Not unique table/alias: 'n' query: SELECT DISTINCT i.sid, i.type FROM search_index i INNER JOIN node n ON n.nid = i.sid INNER JOIN node n USING (nid) INNER JOIN users u ON n.uid = u.uid WHERE n.status = 1 AND (n.language ='en' or n.language = '') AND (i.word LIKE '%yotte%') in /home/.cailin/jgram/dev.jgram.org/includes/database.mysql.inc on line 66. Skip navigation. Home
participants (1)
-
D_C