Keyoti SearchUnit API Docs
AutoCompleteQuery Property
API DocumentationKeyoti.SearchEngine.WebSearchBoxAutoCompleteQuery
Keyoti SearchUnit v6
Whether to provide auto-complete suggestions to the user as they type in the query text box (see remarks).
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public virtual bool AutoCompleteQuery { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public virtual bool AutoCompleteQuery { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Overridable Property AutoCompleteQuery As Boolean
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Overridable Property AutoCompleteQuery As Boolean
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
virtual property bool AutoCompleteQuery {
	bool get ();
	void set (bool value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
virtual property bool AutoCompleteQuery {
	bool get ();
	void set (bool value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
abstract AutoCompleteQuery : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
override AutoCompleteQuery : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
abstract AutoCompleteQuery : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
override AutoCompleteQuery : bool with get, set
Property Value
Remarks
This feature requires; i) The web.config file must be edited to add the following HttpHandler
 Copy imageCopy
<httpHandlers>
        <add verb="*" path="Keyoti.SearchEngine.Web.CallBackHandler.aspx" type="Keyoti.SearchEngine.Web.CallBackHandler,Keyoti.SearchEngine.Web.ASP.NETv2"/>
        </httpHandlers>
ii) The AutoCompleteQueryIndexDirectory property must be set to the index directory that the search will be performed on, or the Keyoti-SearchEngine-IndexDirectory web.config appSetting must be set.

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120