Comment 1 for bug 306844

Revision history for this message
Guilherme Salgado (salgado) wrote : Re: number of teams return by a findTeam API call seems to be wrong

If given an empty string, findTeam() will return only the teams which have one or more email addresses.

It should return all teams, just like findPerson() does when it's given an empty string.

Note, though, that the docstring of findTeam() doesn't say it will return all teams if given an empty string.