Hi, There's a major issue with the "Search Companies" module in Sellsy, but also very quick to fix: It makes several API calls to the Sellsy Endpoint But it uses an offset step of 100... and a limit of 25 As a result, it gets 25 companies every 100 companies, so 75% are missing, which makes the module unusable. I guess it's super fast to fix, and also super important, since everyone using this module expects to get all the companies... but doesn't. Suggested fix: set the limit to 100 instead of 25. Thank you! PS: I searched everywhere for a bug report form, and couldn't find it... Even in the "Contact Support" menu, bug report isn't listed. Very weird to me...