Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-18003

(tc-110) ezfind (Search suggestions/spellchecker) is not working as should in multilanguage

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Medium Medium
    • QA tracked issues
    • 4.5.0alpha
    • Misc
    • None

    Description

      Hi,

      When i

      • create an article (eng) in webin with "text" in the title
      • translate it to norwegian, and include "tekst" in the title
      • enter the norwegian siteaccess
      • search for "tekst" and verify that the word "text" is NOT selected

      In this last step, the word "text" is selected in norwegian siteaccess.

      i executed solr using the command:
      "/opt/jdk1.5.0_21/bin/java -Dsolr.solr.home=solr.multicore -jar start.jar"

      I have SearchMainLanguageOnly=disabled

      the site.ini.append.php in nor siteaccess has the definitions:
      [SiteAccessSettings]
      RequireUserLogin=false
      RelatedSiteAccessList[]
      RelatedSiteAccessList[]=ezwebin_site_nor
      ShowHiddenNodes=false

      the site.ini.append.php in eng siteaccess has the definitions:
      [SiteAccessSettings]
      RequireUserLogin=false
      RelatedSiteAccessList[]=ezwebin_site
      RelatedSiteAccessList[]=eng
      RelatedSiteAccessList[]=ezwebin_site_admin
      ShowHiddenNodes=false

      Steps to reproduce
      Setup - Create News folder
      
         1. Log in as admin in ezwebin admin
         2. Select "Folder" in class drop down
         3. Click "Create here" button
         4. Enter formdata:
            Name : News
         5. Click "Send for publishing" button
      
      Create article : This is some cool text
      
         1. Click "News" link
         2. Click "Create here" button
         3. Enter formdata:
            Title : This is some cool text
            Intro : This is our summary
      
      Translate article into Norwegian
      
         1. Click "This is some cool text" link
         2. Select "Another language" in language drop down
         3. Click "Edit" button
         4. Click radiobutton next to "Norwegian (Bokmal)"
         5. Click "Edit" button
         6. Enter formdata:
            Title : Dette er en kul tekst
            Intro : Dette er vaart sammendrag
      
      Validate that spell checker doesn't propose English words in Norwegian siteaccess
      
         1. Access ezwebin_site_nor site access
         2. Enter "tekst" in searchbox in top header
         3. Validate that the spell checker does not suggest:
            "Spell check suggestion: did you mean text"
         4. Validate that you get a match for the article:
            Dette er en kul tekst
         5. Enter "text" in searchbox in top header
         6. Validate that the spell checker suggest:
            "Spell check suggestion: did you mean tekst"
         7. Validate that you get no match for your search
      
      Validate that spell checker work for English words in English siteaccess
      
         1. Access ezwebin_site site access
         2. Enter "tekst" in searchbox in top header
         3. Validate that the spell checker now does suggest:
            "Spell check suggestion: did you mean text"
         4. Validate that you get no matches for your search
         5. Enter "text" in searchbox in top header
         6. Validate that you get a match for the article:
            This is some cool text
      
      

      Attachments

        Activity

          People

            unknown unknown
            pcardiga pcardiga
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: