CLONE - SI: Search Boost is not working on documents
Description
Trying to change the Boost for documents, does not work. As a example:
There are 5 settings that can be changed:
Search_Title_Boost – default 50
Search_Tag_Boost – default 40
Search_Content_Boost – default 35
Search_Description_Boost - default 20
Search_Author_Boost - default 15
Change can be done by inserting a record in HostSettings table for one or all of them (depends on which one you want to tweak).
We changed default value of 'Search_Title_Boost’ from 50 to 80.
insert into dnn_HostSettings (SettingName, SettingValue) values ('Search_Title_Boost', 80)
But it did not work. Documents were not influence by this in the Search.
This ticket is related to
QA Test Plan
Activity
This issue has been tested in Content 7.3.3.115
Test environment can be set up in Platform, but there is no File Crawler in Platform - Host - Schedule, so this issue cannot be tested in Platform. Issue should be closed based on code review from George and Cathal and also tests in Content
Hi Robert, it had been closed in Content, please help to verify it in Platform as well. thanks.
use latest build from 7.3.3 branch to test
just commit a change for argument missed when call Contains. https://github.com/dnnsoftware/Dnn.Platform/commit/2145d529d4b54ec8f2338ffec48d8dec0c11208b
reopened to ensure spelling mistake is not missed when we cheerypick