3bfed0dc74
continuous-integration/drone/push Build is passing
- Updated the `SearchForm` to include optional filters for `name`, `email`, `phone`, and `employee_count`, allowing for more granular search capabilities. - Modified the `Search` method in the `companyRepository` to handle the new filters, improving the search logic with regex support for `name`, `email`, and `phone`. - Updated API documentation in the `company` handler to reflect the new query parameters for enhanced clarity. This update improves the search functionality within the company domain, providing users with more flexible and precise search options.