meilisearch-php icon indicating copy to clipboard operation
meilisearch-php copied to clipboard

PHP wrapper for the Meilisearch API

Results 85 meilisearch-php issues
Sort by recently updated
recently updated
newest added

This branch will not be merged until the team defines the fate of the finite pagination, you can read more [here](https://github.com/meilisearch/meilisearch/discussions/2635). ⚠️ This code can change in the future, and...

Related to https://github.com/meilisearch/integration-guides/issues/150

enhancement

Currently, in the tests (especially `KeysAndPermissionsTest.php`) we manually remove the created keys using `$this->client->deleteKey`. This is good, but we can do better. The idea of this issue is to create...

good first issue
maintenance

**Description** I'm using Meilisearch with Laravel Scout. It has been working flawlessly for about the last year. I recently upgraded Laravel to version 9, but versions of Scout and meilisearch-php...

needs investigation
support

The idea is to promote the randomization of the test suite execution easily. We have the same in the [Dart](https://github.com/meilisearch/meilisearch-dart/blob/main/test/utils/client.dart#L72-L74) and [Rails repositories](https://github.com/meilisearch/meilisearch-rails/blob/1aaedefa9ec3169f27574e73ee7c49ef87cff14e/spec/spec_helper.rb#L52-L57). With this improvement we will be able...

enhancement
good first issue

Following the integration-guides issue [#201](https://github.com/meilisearch/integration-guides/issues/201) we must implement the automatic documentation in this SDK. - [ ] Decide which module will be used. - [ ] Implement it based on...

documentation

⚠️ This issue is generated, it means the nameing might be done differently in this package (ex: `add_documents_json` instead of `addDocumentsJson`). Keep the already existing way of naming in this...

enhancement
good first issue
hacktoberfest

**Description** Since updating to MS 0.26 I get the following Error: ` Fatal error: Uncaught Exception: An internal error has occurred. `panic`.` I am using this piece of code, which...

needs more info