added sonarqube config #41

Merged
kasun merged 27 commits from enhancement/Configure-Sonarqube-server into main 2026-06-27 03:23:58 +02:00
Showing only changes of commit 12fc7909fd - Show all commits
@@ -14,6 +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
* @param pageable the Pageable interface
* @return a list of Page<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);