diff --git a/modules/search/search.api.php b/modules/search/search.api.php index 8d6e239..9e84c18 100644 --- a/modules/search/search.api.php +++ b/modules/search/search.api.php @@ -166,13 +166,13 @@ function hook_search_admin() { * items, use table 'search_index' aliased to 'i' as the main table in your * query, with the 'SearchQuery' extension. You can join to your module's table * using the 'i.sid' field, which will contain the $sid values you provided to - * search_index(). Add the main keywords to the query by using method + * search_index(). Add the main keywords to the query by using the method * searchExpression(). The functions search_expression_extract() and * search_expression_insert() may also be helpful for adding custom search * parameters to the search expression. * * See node_search_execute() for an example of a module that uses the search - * index, and user_search_execute() for an example that doesn't ues the search + * index, and user_search_execute() for an example that doesn't use the search * index. * * @param $keys