- First commit to issue fork.
- @1mly opened merge request.
- 🇺🇸United States 1mly
This issue came up for me on a project where we have multiple test environments where we are still connected to the index, but don't want to write to it. Very inconvenient to have to disable the module just to delete content. The fork above fixes it.
- Status changed to Needs work
over 1 year ago 7:22am 20 May 2023 - 🇮🇳India nikunjkotecha India, Gujarat, Rajkot
Thanks Milos for reporting the issue and sharing the scenario and Patrick for the MR to fix this.
Please review the feedback and work on it and I will merge the MR + release a new version.
- 🇺🇸United States nicxvan
I'm not sure if this is related, but I cannot delete content after upgrading Algolia:
Fatal error: Declaration of Algolia\AlgoliaSearch\Http\Psr7\Uri::withScheme(string $scheme): Psr\Http\Message\UriInterface must be compatible with Psr\Http\Message\UriInterface::withScheme($scheme) in /var/www/html/vendor/algolia/algoliasearch-client-php/src/Http/Psr7/Uri.php on line 439
- 🇺🇸United States nicxvan
The attached mr does not fix this issue.
https://github.com/algolia/algoliasearch-client-php/issues/720
- 🇺🇸United States nicxvan
Downgrading algolia search to 3.3.2 fixed my issue