CreateFieldQuery

SearchQuery.CreateFieldQuery method

Adds a field to the specified query.

public static SearchQuery CreateFieldQuery(string fieldName, SearchQuery query)
Parameter Type Description
fieldName String The field name to search in.
query SearchQuery The query to add the field.

Return Value

A query with the field to search in.

See Also