Properties
searchNamespace :number
#
The namespace to search in.
Methods
getApiData(query) → {Object}
#
Get the data used to do the search query api call.
Parameters:
Name | Type | Description |
---|---|---|
query |
string | to search for |
Returns:
- Type
- Object
Get the data used to do the search query api call.
isCached(query) → {boolean}
#
Check if the search has already been performed in given session.
Parameters:
Name | Type | Description |
---|---|---|
query |
string |
Returns:
- Type
- boolean
Check if the search has already been performed in given session.
search(query) → {jQuery.Deferred}
#
Perform a search for the given query.
Parameters:
Name | Type | Description |
---|---|---|
query |
string | to search for |
Returns:
- Type
- jQuery.Deferred
Perform a search for the given query.