I want to search using multiple criteria and for every "discovery" to save to an object. I found a solution for multiple criteria here
But how can I save every find? The example uses a var
and probably will only find one row but what happens when you have multiple rows that match your criteria and want to save them all? Should I use foreach
?