User not finding shorter acronyms

Issue

Customer is wanting to be able to search a phrase that contains "SP"

Solution

The default search behavior requires the search be at least three characters long. This requires a project override, for more information on overrides, refer to the following website: http://webworks.com/Technical_Assistance/Tech_Notes/Common/EX_ePub_Project_Format_Overrides.shtml You will modify the locales.xml in the following directory:

Formats\Shared\common\locale

You will search for the language of your output, and find the following tag:

<MinimumWordLength value="3" />

Change that to 1 or 2 and then you should be able to pick up these acronyms


CategorySolutionsOverrides

LaurenLever/@Solutions/Overrides/Short acronyms not found (last edited 2009-06-02 20:20:40 by LaurenLever)