-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
bugSomething isn't workingSomething isn't workingpriority/important-longtermP2 Important over the long term,but may not be staffed and/or may need multiple releases to completeP2 Important over the long term,but may not be staffed and/or may need multiple releases to complete
Milestone
Description
What would you like to be added?
Natural language search returns 500 error when handling complex queries. Simple queries (e.g., 'What are the resources containing demo?') work fine, but complex queries (e.g., 'Which pods are in error state') trigger server errors.
Why is this needed?
This fix is crucial for improving user experience. The current error impacts the core functionality of using natural language for resource queries, especially for state-related searches.
Required improvements:
- Enhance natural language processing robustness
- Improve error handling mechanism
- Support more complex query patterns
- Add comprehensive test cases
Steps to reproduce:
- Go to search page
- Try query 'Which pods are in error state'
- Observe 500 error response
Expected behavior:
- Should return a list of pods in error state
- Should handle complex state queries gracefully
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority/important-longtermP2 Important over the long term,but may not be staffed and/or may need multiple releases to completeP2 Important over the long term,but may not be staffed and/or may need multiple releases to complete