Click or drag to resize

ExpressionFullTextSearch Method

Creates an FullTextSearchExpression with the specified search text, fields to look in and wildcard type.

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Expression FullTextSearch(
	string[] fields,
	string searchText,
	FullTextSearchWildcardTypes wildcardType
)

Parameters

fields
Type: SystemString
The fields. If set to null searches in all fields.
searchText
Type: SystemString
The source.
wildcardType
Type: Dynamicweb.Indexing.Querying.ExpressionsFullTextSearchWildcardTypes
The type of wildcard search

Return Value

Type: Expression
See Also