wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
742 stars 722 forks source link

The advanced search is not working in Organization APIs #18987

Open DMHP opened 8 months ago

DMHP commented 8 months ago

When searching by API name or description, it returns nothing.

image image

This is common for Management APIs too.

DonOmalVindula commented 8 months ago

This is expected as the backend search is case-sensitive. To return the search result, the query should be exactly matched according to the case. This should be fixed from the backend hence adding the backend label Screenshot 2024-01-18 at 12 09 58

dewniMW commented 8 months ago

Case-sensitive behavior exists for other APIs such as applications, connections, and organizations. @DMHP thoughts?

DMHP commented 8 months ago

Case-sensitive behavior exists for other APIs such as applications, connections, and organizations. @DMHP thoughts?

Let's reduce the priority given the system does not support this. @dewniMW

ZiyamSanthosh commented 8 months ago

Reduced the severity from Critical to Major since this is expected.