In database search you can enter a "reporter" and a "call" parameter. This is usually and "and" relationship.
If both parameter have the same call this is changed to an "or" relationship which is very usefull.
Unfortunately this does only work if both calls (reporter and call) are exactly the same. If you write one in uppercase and one in lowercase this will result in a normal ("and") relation and will return no spots.
reporter == call is case sensitive bug
Fri, 2014/08/29 - 08:26
#1
reporter == call is case sensitive bug