-
Notifications
You must be signed in to change notification settings - Fork 613
[BUG][UI]: Search filter on the tools tab only filters for the current page #2159
Copy link
Copy link
Closed
Labels
SHOULDP2: Important but not vital; high-value items that are not crucial for the immediate releaseP2: Important but not vital; high-value items that are not crucial for the immediate releasebugSomething isn't workingSomething isn't workingfrontendFrontend development (HTML, CSS, JavaScript)Frontend development (HTML, CSS, JavaScript)uiUser InterfaceUser Interface
Milestone
Description
🐞 Bug Summary
The search filter on the tools tab will only sort tools on the current page. If i'm on page 1 and use the search with a tag of a tool on page 7, it will not returns any results.
🧩 Affected Component
Select the area of the project impacted:
-
mcpgateway- UI (admin panel)
🔁 Steps to Reproduce
- Register multiple MCP servers so with enough tools to cause pagination on the tools page.
- Go to the tools page and add tags to the tools
- From page 1 of the tools, use the search with a tag of a tool on a different page. No results will be returned
🤔 Expected Behavior
I expect that the the search filter, when given a tag, would filter across all pages and not just the current page.
🧠 Environment Info
You can retrieve most of this from the /version endpoint.
| Key | Value |
|---|---|
| Version or commit | 1.0.0-BETA-1 |
| Runtime | Python 3.12.11, FastAPI Version: 0.124.4, Gunicorn |
| Platform / OS | Operating System: Ubuntu 22.04.5 LTS |
| Container | Docker |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SHOULDP2: Important but not vital; high-value items that are not crucial for the immediate releaseP2: Important but not vital; high-value items that are not crucial for the immediate releasebugSomething isn't workingSomething isn't workingfrontendFrontend development (HTML, CSS, JavaScript)Frontend development (HTML, CSS, JavaScript)uiUser InterfaceUser Interface