Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeEmacs
...
<SuggestionsPrioritization>
     <PrioritizationEnable>true</PrioritizationEnable>
<!-- Rules for each language -->
     <PrioritizationLang>
     <LangId>en_US</LangId>
     <ConfigFileName>suggestions_prioritization_rules_en_US.ini</ConfigFileName>
     <AdvancedSearch>true</AdvancedSearch>
     </PrioritizationLang>
</CustomSuggestionsPrioritization>SuggestionsPrioritization>
...

If you want to use the suggestion prioritization mechanism for several languages and have separate configuration files, you need to duplicate the PrioritizationLang tag (see example below). 

...