DSingh0304 opened a new pull request, #3222:
URL: https://github.com/apache/apisix-dashboard/pull/3222

   ## Description
   Adds a comprehensive search form to the routes list page, enabling users to 
quickly find target routes when managing hundreds of routes in a cluster.
   
   ## Changes
   - ✅ Created `SearchForm` component with 9 filter fields:
     - Name, ID, Host, Path, Description
     - Plugin, Labels, Version, Status
   - ✅ Implemented hybrid filtering strategy:
     - Backend filtering for `name` parameter (supported by APISIX API)
     - Client-side filtering for other parameters
   - ✅ Added client-side filtering utilities
   - ✅ Integrated search form into routes list page
   - ✅ Extended schema validation for new filter parameters
   - ✅ Added translations for 4 locales (en, es, de, zh)
   
   ## Testing
   - ✅ All lint checks pass
   - ✅ Search works with single and combined filters
   - ✅ Backend name filtering tested and confirmed working
   - ✅ Client-side filters tested for host, path, description, etc.
   
   ## Screenshots
   <img width="1920" height="1047" alt="Screenshot from 2025-10-07 14-46-24" 
src="https://github.com/user-attachments/assets/aa6c6ec1-2d6e-428e-9478-dda112fd350d";
 />
   
   
   Closes #3205


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to