Changes between Initial Version and Version 1 of Ticket #1373, comment 1
- Timestamp:
- 08/20/13 12:28:25 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1373, comment 1
initial v1 1 1 Trying to investigate in the database, the match does not seem to run correctly: 2 2 3 {{{ 4 #!python 3 5 In [119]: ah=AvatarHolder() 4 6 … … 8 10 In [121]: ah.match({'email':'agreen@physics'})[0].getSecondaryEmails() 9 11 Out[121]: [] 12 }}} 10 13 11 14 Why does match() deliver the avatar for anne.green@nottingham, when asked for agreen@physics???