All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Character "Ł" in low search

grzegorz_d 18 Mar 2013 13:16 question, complete

Foreign character "Ł" in Low Search - I am using low search in the website: http://raportroczny.lotos.pl/ and the search does not recognizes the letter "Ł" and "ł". Other Polish letters work fine. Please take a look and type "Ład korporacyjny" in search field.

Are there any workarounds for this?

I am using 1.1.0 version of Low search and 2.4.0 EE.

Regards,
Greg

Replies

  1. Low 18 Mar 2013 13:40

    You can either try and upgrade to the latest version of Low Search or add a translation lines to the array in /system/expressionengine/config/foreign_chars.php to convert those to letters to a unaccented ones:

    '321' => 'l', 
    '322' => 'l',


    Rebuild your indexes after you added these lines.