Closed lsetiawan closed 6 years ago
getResults should return all results when sfid is None
Is this the documented behavior (eg, in the docstring)? It makes sense, but I can't remember. Is this the behavior in the last tagged release (so that the problem got introduced in the dev branch)?
Is this the documented behavior (eg, in the docstring)? It makes sense, but I can't remember. Is this the behavior in the last tagged release (so that the problem got introduced in the dev branch)?
This behavior is documented in docstring. I introduced this when trying to place warnings and removing builtins, so I'm fixing it here. Thanks.
Ok. Thanks for the clarification. Merging.
Overview
While working on the
odm2restapi
, I noticed thatgetResults
was returning nothing whensfid
isNone
, so this should fix that andgetResults
should return all results whensfid
isNone
.