Index: branches/5.2.x/core/install/upgrades.sql =================================================================== diff -u -N -r14728 -r14730 --- branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14728) +++ branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 14730) @@ -2235,3 +2235,5 @@ UPDATE ConfigurationValues SET VariableValue = IF(VariableValue = 1, 0, 1) WHERE VariableName = 'RegistrationUsernameRequired'; + +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'PerformExactSearch', '1', 'In-Portal', 'in-portal:configure_advanced', 'la_section_SettingsWebsite', 'la_config_PerformExactSearch', 'checkbox', '', '', '10.10', 0, 0, 'la_hint_PerformExactSearch'); \ No newline at end of file