-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change api provider #12200
Change api provider #12200
Conversation
…angeprovider method.
f0b0fb2
to
40c4078
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #12200 +/- ##
=============================================
+ Coverage 20.77% 41.66% +20.88%
- Complexity 0 3203 +3203
=============================================
Files 1205 1824 +619
Lines 102811 134578 +31767
Branches 14407 19441 +5034
=============================================
+ Hits 21363 56068 +34705
+ Misses 78648 71771 -6877
- Partials 2800 6739 +3939
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...admin.v1/src/main/java/org/wso2/carbon/apimgt/rest/api/admin/v1/impl/ApisApiServiceImpl.java
Show resolved
Hide resolved
...carbon.apimgt.persistence/src/main/java/org/wso2/carbon/apimgt/persistence/APIConstants.java
Outdated
Show resolved
Hide resolved
7e28fba
to
9d96651
Compare
@@ -50,7 +50,10 @@ public class SearchApiServiceImpl implements SearchApiService { | |||
public Response search(Integer limit, Integer offset, String query, String ifNoneMatch, | |||
MessageContext messageContext) throws APIManagementException { | |||
SearchResultListDTO resultListDTO = new SearchResultListDTO(); | |||
|
|||
if (!query.equals(RestApiConstants.PIZZASHACK_SEARCH_QUERY) && (query.startsWith("name:") | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's create a git issue to track a better fix for this as we discussed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created the git issue
Fix: wso2/api-manager#398