Constructor specifying the key, terms, and options of the search.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public ERecSearch(
	string key,
	string terms,
	string opts
)
Visual Basic
Public Sub New ( _
	key As String, _
	terms As String, _
	opts As String _
)
Visual C++
public:
ERecSearch(
	String^ key, 
	String^ terms, 
	String^ opts
)

Parameters

key
Type: System..::..String
The key (an Endeca property, dimension, or search interface) of the records with which to search.
terms
Type: System..::..String
The terms of the search.
opts
Type: System..::..String
Sequence of key/value pairs delimited by the space character.

See Also