-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Card - Archive & Delete
-
None
-
3
-
Minor
Issue Summary
The archived search feature on web is returning unexpected results and the search is making a query across all card fields instead of just the name field.
Steps to Reproduce
- Search in the archived cards panel and the results are not as expected
Expected Results
The search results should be limited to the name field and return current data from the server.
Actual Results
The below exception is thrown in the xxxxxxx.log file:
...
Workaround
User can use search operators in https://support.atlassian.com/trello/docs/searching-for-cards-all-boards/#Search-operators such as `name:"my card"` (or `name:"my` to do a patial search ) to find the match they're looking for.