You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed _anonymous_ group_id formation to improve results selection logic an allow anonymous group to re-start the group even if previous matches filtered
Fixed issue #57 with ...* producing empty results when group does not contain matches but only _start_ statement, this was due to how ...* list path formatter was handled,
fix makes sure to check if result data is not empty and skip saving them if so.
FEATURES
Added _headers_ indicator columns variable to indicate how many mandatory columns expect to match
CHANGES
Updated logic around results selection for multiple _start_ vs _startempty_ matches to make latter one always more preferred
Updated selection logic for multiple add matches to make sure that we selecting results for group that already started
Updated logic for _end_ and locked groups tracking to use self.ended_groups set