added missing javadoc
SonarQube Analysis / Build and Analyze (pull_request) Successful in 3m45s

This commit is contained in:
2026-06-27 01:08:49 +02:00
parent 9bbf2fd098
commit 12fc7909fd
@@ -14,6 +14,7 @@ public interface SearchProvider extends ServiceProvider {
* 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 pageable the Pageable interface
* @return a list of Page<SearchResponse> items matching the query
*/
Page<SearchResponse> getSearchResults(SearchRequest request, Pageable pageable);