make SearchResults API consistent with other core APIs
This commit is contained in:
		@ -107,7 +107,7 @@
 | 
			
		||||
                PageSize = int.MaxValue
 | 
			
		||||
            };
 | 
			
		||||
 | 
			
		||||
        _searchResults = await SearchResultsService.SearchAsync(ModuleState.ModuleId, searchQuery);
 | 
			
		||||
        _searchResults = await SearchResultsService.GetSearchResultsAsync(searchQuery);
 | 
			
		||||
 | 
			
		||||
        _loading = false;
 | 
			
		||||
        StateHasChanged();
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user