Ontolica for SharePoint Public API

SearchDialogComponent.Query Property

Gets or sets the query, which the search dialog component will contribute to the final query that is executed by the Ontolica search framework.

[Visual Basic]
MustOverride Protected Property Query As OntolicaQuery
[C#]
protected abstract NavigoSystems.Ontolica.SharePoint.Custom.OntolicaQuery Query {get; set;}

Property Value

An OntolicaQuery object.

Remarks

The query will be merged with queries from any other query generating components in the search dialog. Override the Operator property to control how the search expression of the query it is merged with search expressions from other queries. The default merge operator is "AND".

See Also

SearchDialogComponent Class | NavigoSystems.Ontolica.SharePoint.Custom.WebControls Namespace