You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API property-based filtering is not working in publisher and store for all the admin and non-admin users. The filtering is not at all working for API property-based filtering in-store anonymous view. Only a few API property values are getting filtered for admin user.
Unable to filter the APIs based on API property using REST API calls as well.
Steps to reproduce:
Search in Store and Publisher
Create a few APIs by adding multiple API properties to them.
Login as an admin user and non-admin user and search the API in the publisher and store as : in the search bar.
Search in REST API
After creating the APIs with API property, execute the following curl commands,
Case 1: query: key:value
curl https://localhost:9443/api/am/store/v0.14/apis?query:Sample:time -k
Output: Listing all the available API without filtering based on the API property
Case 2: query=key:value
curl https://localhost:9443/api/am/store/v0.14/apis?query=Sample:time -k
Output: Even though there are matching results available, it returns an empty result
Affected Product Version:
wso2am-2.5.0
wso2am-2.6.0
The text was updated successfully, but these errors were encountered:
Description:
API property-based filtering is not working in publisher and store for all the admin and non-admin users. The filtering is not at all working for API property-based filtering in-store anonymous view. Only a few API property values are getting filtered for admin user.
Unable to filter the APIs based on API property using REST API calls as well.
Steps to reproduce:
Search in Store and Publisher
Search in REST API
Case 1: query: key:value
Case 2: query=key:value
Affected Product Version:
wso2am-2.5.0
wso2am-2.6.0
The text was updated successfully, but these errors were encountered: