-
Notifications
You must be signed in to change notification settings - Fork 85
Description
I would like to request additional functionality to be added to the "Spiral Iterator" condition type to be able to exclude the origin point when conducting a search. If a button or checkbox could be added to turn this on for a Spiral Iterator and functionally it would skip the first check at the origin point of the condition.
So a spiral iterator centered at 0,0 with a step size of 500 and centered square 1002 would only check the 9 points surrounding 0,0 for the conditions tied to that spiral iterator (I.E (-500,-500), (500,500, (0,500), (-500,0) etc.), but not check any conditions at 0,0.
The purpose of this is to help facilitate searches of two similar sets of search conditions existing near each other, but adding a way to exclude the additional condition found without having to use a large OR condition set.