B2022-031-Add-filtering-for-Proc-and-Section-name-from-Global-Search

This commit is contained in:
2025-04-07 10:48:40 -04:00
parent 74ccbfa760
commit c4da241516
3 changed files with 6 additions and 0 deletions

View File

@@ -6986,6 +6986,7 @@ namespace VEPROMS.CSLA.Library
get { return _CaseSensitive; }
set { _CaseSensitive = value; }
}
// B2022-031 - added a ProcSectSrch to filter out procedure and section titles from global search results.
private int _ProcSectSrch;
public int ProcSectSrch
{