Found this content helpful? Log in or sign up to leave a like!
Inbox Keyword Search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do I keyword search my Canvas messages?
This seems like a very basic functionality that is just... absent? Am I missing something?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Indeed, Canvas Inbox doesn't have a keyword search feature, even though it has been requested years ago, seemingly multiple times. See, for example, [Inbox] Add search feature for Inbox/Conversations - Instructure Community Ideas.
Alternatively, it's possible to create a simple (and probably slow) search feature using the API, by looping through the conversation IDs returned in /api/v1/conversations and then getting the body of each message in /api/v1/conversations/:id, but I agree that could have been available in the UI.
See Conversations - Canvas LMS REST API Documentation for more details.