In API Manager restAPI Get Applications, query should not match exact search word
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 99
- Forks
- 708
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 22
Description
Description:
In APIM docs here 'https://apim.docs.wso2.com/en/3.1.0/develop/product-apis/devportal-apis/devportal-v1/devportal-v1/#tag/Applications/paths/~1applications/get' it says when query is given as parameter it matches exact word with application name.
Exact match is the behaviour we had sometimes back because of the lack of the search functionality to do a proper DB query to get the matching apps (search was done at the application code level)
Now search functionality is implemented in the DB level even though part of the name is matched it will get results. Also case sensitivity depends on the database you are using.
Suggested Labels:
Suggested Assignees:
Affected Product Version:
APIM 3.2
OS, DB, other environment details and versions:
Steps to reproduce:
Create few applications in APIM dev portal
Follow the documentation in 'https://apim.docs.wso2.com/en/3.1.0/develop/product-apis/devportal-apis/devportal-v1/devportal-v1/#tag/Applications/paths/~1applications/get' and make a call with query parameter.
Related Issues:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the linked APIM Devportal v1 Applications GET documentation and review the description of the query parameter. Update it to reflect partial-name matching and database-dependent case sensitivity. Done means the documented behavior matches the described database search implementation.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100