Seems like the query methods (where, size, offset ...) are not cleared after performing operations that require them. This is carried over to subsequent queries and method calls. The only way around that now is to reinitialise the SDK devless = Sdk("http://example.com", "1234567abcdefghijklmnopqrst")
Seems like the query methods (where, size, offset ...) are not cleared after performing operations that require them. This is carried over to subsequent queries and method calls. The only way around that now is to reinitialise the
SDKdevless = Sdk("http://example.com", "1234567abcdefghijklmnopqrst")