Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a86c23565 |
@@ -14,7 +14,7 @@ public interface SearchProvider extends ServiceProvider {
|
|||||||
* Executes a search query against the remote service and returns matching results.
|
* Executes a search query against the remote service and returns matching results.
|
||||||
*
|
*
|
||||||
* @param request the search request containing the query string, app URL, and user credentials
|
* @param request the search request containing the query string, app URL, and user credentials
|
||||||
* @return a list of {@link SearchResponse} items matching the query
|
* @return a list of Page<SearchResponse> items matching the query
|
||||||
*/
|
*/
|
||||||
Page<SearchResponse> getSearchResults(SearchRequest request, Pageable pageable);
|
Page<SearchResponse> getSearchResults(SearchRequest request, Pageable pageable);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user