Skip to main content

%iFind.Find.Basic

Internal class implementing actual find code. Do not access directly.

Method Inventory

Parameters

parameter DEFAULTARGFUZZYTHRESHOLD = 2;

Methods

classmethod FormulateNode(pTokenString As %String, pTokenMask As %String = "", ByRef pSearchString) as %Boolean
Method retrieving the record IDs for which the positional search string matches pToken may starts with * or ends with * HSU164, The positional search could support wildcard now, eg (a* b),(*a b) and (*a*b* c) are all valid inputs now.
method PrepareFind(args...)
Processes SQL function arguments and forwards to the appropriate Find* function, based on the supplied search option.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab