SearchEveryWhere
SearchEveryWhere
Search for APIs by URL, HTTP method, or API description.
Example:
/url (search by url)
get /list (search by get method and url)
post /save (search by post method and url)
description keywords (search by keywords)
Search URLs with a context path 2026.1.1
When a search path contains prefixes such as a context-path or gateway path that are not declared in the Controller mapping, SearchEveryWhere automatically tries matching path suffixes against APIs in the project. No truncation configuration is required.
For example, searching for /gateway/user-service/users/{id} can match the Controller mapping /users/{id}. The same behavior applies when an HTTP method is included, such as GET /gateway/user-service/users/{id}, while method filtering is preserved.