Skip to content

Commit 608959e

Browse files
committed
MAGETWO-40097: Refactor Search Web Api
- Added comments to SearchInterface.php
1 parent a0a537c commit 608959e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/Search/Api/SearchInterface.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
*/
66
namespace Magento\Search\Api;
77

8-
8+
/**
9+
* @api
10+
*/
911
interface SearchInterface
1012
{
1113
/**
14+
* Search documents by index
15+
*
1216
* @param \Magento\Framework\Api\Search\SearchCriteriaInterface $searchCriteria
1317
* @return \Magento\Framework\Api\Search\SearchResultInterface
1418
*/

0 commit comments

Comments
 (0)