Skip to content

Enhance Data Browser with improved search and large dataset support#167

Open
mrjeremystookey wants to merge 3 commits intomainfrom
improve-databrowser-search
Open

Enhance Data Browser with improved search and large dataset support#167
mrjeremystookey wants to merge 3 commits intomainfrom
improve-databrowser-search

Conversation

@mrjeremystookey
Copy link
Contributor

Summary

  • Added support for large datasets (up to 50,000 documents) with client-side filtering
  • Improved search functionality with DQL query support
  • Enhanced UI with better document navigation (Previous/Next buttons)
  • Updated README documentation with new Data Browser features

Changes

  • Data Browser enhancements:

    • Client-side filtering for fast searches on large datasets
    • DQL query support for advanced filtering
    • Document ID search capability
    • Sequential document navigation controls
  • Documentation updates:

    • Added comprehensive Data Browser features section
    • Updated screenshots to reflect new UI

Test plan

  • Verify Data Browser loads collections with large document counts
  • Test document ID search functionality
  • Test DQL query filtering
  • Verify Previous/Next navigation works correctly
  • Confirm real-time updates still work as expected

🤖 Generated with Claude Code

mrjeremystookey and others added 3 commits February 5, 2026 09:57
- 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
@mrjeremystookey mrjeremystookey requested a review from a team as a code owner February 17, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments