ctdbIsFTSearchOn
Declaration
CTBOOL ctdbIsFTSearchOn(CTHANDLE Handle)
Description
Indicate if a Full-Text Search is active or not. A Full-Text Search is active after a successful call to ctdbITSearchOn(). A Full-Text Search can be switched off by calling ctdbFTSearchOff().
Return Values
Return YES is record set if active.
Return NO if record set is not active.
See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.
See Also