PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Keywords in multiple languages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Keywords in multiple languages

    I support a site with documents in English, Chinese, and sometimes, both (Chinese and English in the same document). And sometimes my users have documents that have keywords like this:

    Code:
    <meta name="keywords" content="Quick Reference Guides, Workday Training, 培训" />
    My question is this:

    If the language tab is set to use English (when the index is created), will it find any results if the phrase "培训" is used as the search term? And, tf the language tab is set to use Chinese (when the index is created), will it find any results if the phrase "Workday Training" is used as the search term?

    According to my users in China, when they search for "培训" they are not getting results.

  • #2
    It's tricky to have both languages searching optimally within the same index.

    But if you have to have both Chinese and English within the same index, then I would advise setting your configuration to suit Chinese.

    This means you would have settings such as the following (under the Languages tab):
    * Use Unicode UTF-8
    * DISABLE all accent/diacritic insensitivity and DISABLE diagraphs and latin ligature features
    * ENABLE "Support single-case languages (e.g. asian languages)"
    * ENABLE "Substring match for all searches"

    More info on the International Language Support page

    The downside to this is that some English words would not search optimally. For example, "training" will match a search for "rain". This is due to the fact that Chinese requires substring matching as words are not delimited by spaces.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      Thank you very much, that was exactly what i needed.

      I hope you have a great day!

      Comment


      • #4
        I was struggling with this problem pretty long. Finally get to the resolution Thanks guys for the advice

        Comment

        Working...
        X