Skip to content
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

Improve behaviour of API search with context as the property #12791

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BiyonFernando
Copy link
Contributor

@BiyonFernando BiyonFernando commented Jan 29, 2025

Purpose

Currently when doing exact search with context it is required to append version to the query. eg - context:"/test/1.0.0"
From this fix we will allow user to search all APIs which containing specified context. eg - context:"test"
Related issue - wso2/api-manager#3554

Approach

  • Modify search query for exact search when the query parameter is context.
  • This fix will preserve the original behaviour of this search. (eg - context:"/test/1.0.0")
  • Search query as shown bellow when context:"test" is given.

eg - (*/test/* OR /test)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants