Enhance Data Browser with improved search and large dataset support#167
Open
mrjeremystookey wants to merge 3 commits intomainfrom
Open
Enhance Data Browser with improved search and large dataset support#167mrjeremystookey wants to merge 3 commits intomainfrom
mrjeremystookey wants to merge 3 commits intomainfrom
Conversation
- Refactor search bar for real-time filtering as the user types. - Add a clear button to easily reset the search input. - Automatically detect if the search input is a simple ID or a DQL query. - Display informative error messages for invalid DQL queries. - Improve UI with hints for search syntax and better loading/empty states. - Automatically select the first document in the list on initial load.
- Implement client-side filtering for simple ID searches to avoid DQL syntax errors - Increase document limit from 1,000 to 50,000 to support larger datasets - Disable dropdown menu for datasets >1,000 documents to prevent OutOfMemoryError - Add Previous/Next navigation buttons for sequential document browsing - Add helpful message for large datasets directing users to search functionality - Maintain DQL query support for advanced filtering Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Corrects a typo ("propeties" to "properties") and expands the Data Browser section in the README.
The update details new features including:
- Document filtering by ID or DQL query
- Support for large datasets
- Sequential document navigation
- Real-time updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Data Browser enhancements:
Documentation updates:
Test plan
🤖 Generated with Claude Code