Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Search Namespace / KeywordSearchHelper Class / UseFtsSearch Method
The name of the table being searched
The list of columns being selected
The search pattern or keyword
In This Topic
    UseFtsSearch Method
    In This Topic
    Determines if FTS search can be used for the given table, columns, and keyword.
    Syntax
    public static bool UseFtsSearch( 
       string tableName,
       string columnList,
       string searchPattern
    )

    Parameters

    tableName
    The name of the table being searched
    columnList
    The list of columns being selected
    searchPattern
    The search pattern or keyword

    Return Value

    True if FTS will be available for this search, false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also