How to use advanced search operators on Trello
Advanced search operators in Trello use specific syntax to filter cards by criteria like member, label, due date, and board. Use operators like @member, #label, due:day, and board:name to create precise searches. Combine multiple operators with spaces to narrow results further.
Prerequisites
- Active Trello account
- Basic familiarity with Trello boards and cards
- Understanding of search basics
- Knowledge of board and card structure
Step-by-Step Instructions
Access Trello Search
Ctrl+F (Windows) or Cmd+F (Mac). The search box will appear at the top of your screen with a placeholder showing Search cards, members, and more...Use Member Search Operators
@ operator. Type @username or @me for your own cards. For example:@johndoe- finds cards assigned to johndoe@me- finds cards assigned to you-@me- finds cards NOT assigned to you
Filter by Labels and Colors
# operator to search by labels. Type #labelname for specific labels or #color for label colors:#urgent- finds cards with 'urgent' label#red- finds cards with red labels-#green- excludes cards with green labels
has:label to find any cards with labels.Search by Due Dates
due: operator to filter cards by due dates:due:day- due todaydue:week- due this weekdue:month- due this monthdue:overdue- overdue cardsdue:complete- completed cards with due dates
Filter by Board and List
board:boardname- search within specific boardlist:listname- search within specific listboard:mine- search only your boards
board:"Marketing Campaign" @me finds your cards in the Marketing Campaign board.Use Content and Status Operators
has:attachments- cards with attachmentshas:description- cards with descriptionshas:checklist- cards with checklistsis:archived- archived cardsis:open- open/active cards
Combine Multiple Operators
@me due:week #priority board:"Project Alpha"This finds cards assigned to you, due this week, with priority label, in Project Alpha board. Use parentheses for OR conditions: (#red OR #urgent) @meSave and Reuse Advanced Searches
Common Issues & Troubleshooting
Search operators not working or showing unexpected results
Ensure you're using the correct syntax with colons (:) and no spaces around operators. Check that board and member names are spelled correctly, and use quotes around names with spaces.
Can't find cards that should match the search criteria
Verify you have access to the boards containing those cards. Private boards and cards from teams you're not a member of won't appear in search results. Also check if cards are archived using is:archived.
Date-based searches returning too many or too few results
Remember that Trello's date operators are relative to the current date. due:week means the current week, not the next 7 days. Use specific date ranges or check your timezone settings if results seem off.
Saved searches not appearing or working incorrectly
Clear your browser cache and cookies for Trello. If the issue persists, recreate the saved search as the syntax may have changed. Ensure you're logged into the same account that created the saved search.