Prev Next |
Sitecore includes an internal search engine called Sitecore Query, which provides text based item searches within the Sitecore client. If you want your data provider to support Sitecore Query, you must implement the methods listed below.
Return Value |
Method Name |
Parameters |
Description |
ID[ ] |
string query
|
Returns an array of IDs associated with all the items which satisfy the query. |
|
ID |
string query
|
Returns the ID of the first item found that satisfies the query. |
Prev Next