diff --git a/Img/collections.png b/Img/collections.png new file mode 100644 index 0000000..77f8ebc Binary files /dev/null and b/Img/collections.png differ diff --git a/README.md b/README.md index d040029..14e8faa 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,14 @@ Within a Composable function, you pass ditto to the constructor: DittoDataBrowser(ditto = ditto) ``` - Collections Image +**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 Document Image diff --git a/images/collections.png b/images/collections.png index 77f8ebc..adfd49d 100644 Binary files a/images/collections.png and b/images/collections.png differ