You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Oskar Dillén edited this page May 7, 2014
·
7 revisions
It's used like this:
var cards = trello.Cards.Search("something");
It is similar for Boards, Organizations, Members and Actions. And there's also a method trello.Search which searches in all those models.
Searching for cards in a list
It does not seem possible to search for cards in a specific list, but it is possible to search in specific boards. I don't know if that helps, but here's a way to do it with Trello.NET: