--- title: 4.32.0-internal004 – 2025-08-14 - Content Providers Changelog - Beeper Developer Docs --- Find a version Find a version [ All versions ](/android/content-providers/changelog/index.md)[ All versions forward](/android/content-providers/changelog/version/4-32-0-internal004--2025-08-14...latest) ## Version 4.32.0-internal004 – 2025-08-14 ### Added - **Message Search API**: New comprehensive message search with FTS5 support - Query messages by content, sender, or room - Context lines support (before/after match) - Full-text search with sanitized queries - **Contact Search API**: Search contacts by name with FTS5 - Filter by sender IDs or room IDs - Paginated results with limit/offset - **Enhanced Chat Filters**: New query parameters for chat lists - `isLowPriority`: Filter by priority status - `isArchived`: Filter by archive status - `isUnread`: Filter by unread message status - `showInAllChats`: Filter by visibility in main inbox - **Count Endpoints**: Dedicated count endpoints for efficient pagination - `/chats/count` - `/contacts/count` - `/messages/count` ---