Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: jodycrutchfieldI am having a problem with a filter node not finding 0.3. It finds 0.1 just fine.
Version is 4.5.2. Here are the nodes i am testing with.
The filter only outputs the 0.1 record.
node:Static_Data
bretype:core::Static Data
editor:sortkey=4f316561030d2a65
output:@40fe6c55598828e5/=
prop:StaticData=<<EOX
amount:double
0.3
0.1
EOX
editor:XY=570,570
end:Static_Data
node:Filter
bretype:core::Filter
editor:sortkey=4f3164b922510308
input:@40fd2c74167f1ca2/=Static_Data.40fe6c55598828e5
output:@40fd2c7420761db6/=
prop:Script=<<EOX
emit * where
amount == 0.3
or amount == 0.1
EOX
editor:XY=710,570
end:Filter