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
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
SearchCursor.matches used inside SearchCursor.find().
When you call .find() for the first time it returns first row, like
But when you ask .find() for the second time it returns
And all following calls will return the same output.
So if I use it in the client code like this (to find all matches for example):
Then I end pu with infinite loop on /.*/