Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Img/collections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,14 @@ Within a Composable function, you pass ditto to the constructor:
DittoDataBrowser(ditto = ditto)
```

<img src="/images/collections.png" alt="Collections Image" width="300">
**Features**

- **Search**: Filter documents by ID or use DQL queries
- Simple ID search: Type any part of a document ID
- DQL queries: Use expressions like `id == "value"` or `name CONTAINS "text"`
- **Large Dataset Support**: Handles up to 50,000 documents with client-side filtering for fast searches
- **Navigation**: Use Previous/Next buttons to browse through documents sequentially
- **Real-time Updates**: Watch collections and documents update live as changes occur

<img src="/images/document.png" alt="Document Image" width="300">

Expand Down
Binary file modified images/collections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.