Development #803

Merged
djankowski merged 81 commits from Development into master 2026-08-12 09:56:30 -04:00
Showing only changes of commit 1eb3c3e725 - Show all commits
@@ -2097,7 +2097,7 @@ namespace Volian.Controls.Library
{
byWordSuffix = @"[^a-zA-Z]";
}
string ROSearchList2 = ROSearchList;
SearchResults = ItemInfoList.GetListFromTextSearch(DVISearchList, TypeSearchList, ROSearchList2, cbxBooleanTxtSrch.Checked ? 2 : cbxCaseSensitive.Checked ? 1 : 0, cbxProcSectSrch.Checked ? 1 : 0, ItemSearchIncludeLinks.Nothing, includeRTFformat, includeSpecialChars, unitPrefix, byWordPrefix, byWordSuffix);
cmbResultsStyleIndex = 3; // display step text in results
}