algolia / algoliasearch-client-php

⚡️ A fully-featured and blazing-fast PHP API client to interact with Algolia.
https://www.algolia.com/doc/api-client/php/getting-started/
MIT License
671 stars 116 forks source link

feat: add search alias for multiple queries #684

Closed damcou closed 3 years ago

damcou commented 3 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Need Doc update yes

Describe your change

This adds search() method as an alias for the multiplequeries() method to align method names across all API clients.