Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48a8448aa0 |
@@ -2078,8 +2078,8 @@ namespace Volian.Controls.Library
|
||||
|
||||
if (cbxFndUnLnkROVals.Enabled && cbxFndUnLnkROVals.Checked)
|
||||
{
|
||||
string ROSearchList2 = exactsearch(ROSearchList); // B2026-053 match exact string
|
||||
// B2022-031 - added a exactsearch to filter out procedure and section titles from global search results.
|
||||
string ROSearchList2 = exactsearch(ROSearchList); // match exact string
|
||||
// B2022-031 - added a cbxProcSectSrch to filter out procedure and section titles from global search results.
|
||||
SearchResults = ItemInfoList.GetListFromTextSearch(DVISearchList, TypeSearchList, ROSearchList2, cbxBooleanTxtSrch.Checked ? 2 : cbxCaseSensitive.Checked ? 1 : 0, cbxProcSectSrch.Checked ? 1 : 0, ItemSearchIncludeLinks.Nothing, includeRTFformat, includeSpecialChars, unitPrefix, string.Empty, string.Empty);
|
||||
cmbResultsStyleIndex = 3; // display step text in results
|
||||
}
|
||||
@@ -2206,7 +2206,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
ss.Append(' ');
|
||||
ss.Append(SearchString); // B2026-053 Exact match add spaces before and after searchString.
|
||||
ss.Append(' ');
|
||||
ss.Append(' ');
|
||||
}
|
||||
return ss.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user