Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithJust to present another option: copy/paste this text into your graph.
This uses a Lookup node as though it was a filter.
Using something like this would allow you to move your SearchValues out to an external data source, rather than hard-coding it within your graph.
node:Lookup
bretype:core::Lookup
editor:sortkey=54cf84c350192c84
input:@40fd2c746abc6dc7/=
input:@40fd2c74486e4494/=List_of_Values.40fe6c55598828e5
output:@40fd2c7445835585/=
prop:InputKey=<<EOX
Value
EOX
prop:LookupKey=<<EOX
MatchValue
EOX
prop:Script=<<EOX
emit 1:*
where matchIsFound
EOX
editor:XY=330,170
end:Lookup
node:List_of_Values
bretype:core::Static Data
editor:Label=List of Values
editor:sortkey=54cf84c952124a53
output:@40fe6c55598828e5/=
prop:StaticData=<<EOX
MatchValue
1
2
3
4
20
31
100
EOX
editor:XY=260,230
end:List_of_Values