B2022-031-Add-filtering-for-Proc-and-Section-name-from-Global-Search
This commit is contained in:
@@ -1492,6 +1492,7 @@ GO
|
||||
@SearchString Search string criteria
|
||||
@SearchStringx Alternate search string criteria
|
||||
@StepTypeList Comma delimited list of of step types used to filter search results (pass '' or null to include all step type sections)
|
||||
@ProcSectSrch Flag used to indicate if Procedure and Section titles should appear in the global search results. 0 = include 1 = remove
|
||||
|
||||
Examples: select Text from vefn_SiblingAndChildrenItemsNewByWord('194','','%[^a-z]red[^a-z]%', '%[^a-z]red[^a-z]%','');
|
||||
select Text from vefn_SiblingAndChildrenItemsNewByWord('194','','%[^a-zA-Z]step 25[^0-9a-zA-Z.vbpi:\\-]%','%[^a-zA-Z]step 25[^0-9a-zA-Z.vbpi:\\-]%','');
|
||||
@@ -15703,6 +15704,7 @@ GO
|
||||
@UnitPrefix Specified Unit Prefix if any
|
||||
@ByWordPrefix Word Prefix for the specified search string criteria
|
||||
@ByWordSuffix Word Suffix for the specified search string criteria
|
||||
@ProcSectSrch Flag used to indicate if Procedure and Section titles should appear in the global search results. 0 = include 1 = remove
|
||||
|
||||
|
||||
Examples: exec vesp_SearchItemAndChildrenNewByWord '194','','red',0,0,0,0,'','[^a-z]','[^a-z]';
|
||||
|
Reference in New Issue
Block a user