- Issue created by @viswanathsai
- Status changed to Needs workalmost 2 years ago 2:55pm 7 November 2023
- 🇺🇸United States kevinquillenTo fix this, the following needs to happen: - The SearchAPITypesenseBackend class needs to use the DependencySerializationTrait, and override its _sleep method:/** * Prevents the Typesense connector from being serialized. */ public function __sleep() { $properties = array_flip(parent::__sleep()); unset($properties['typesense']); return array_keys($properties); }
- 🇫🇷France bedlam LyonThanks for the report and the code. I'll have a look. 
- Status changed to Fixedover 1 year ago 7:56am 27 March 2024
- 🇮🇹Italy lussoluca ItalySearchAPITypesenseBackend class has been heavily rewritten; this error no longer occurs in my tests. Feel free to reopen the issue if you still have problems. 
- Automatically closed - issue fixed for 2 weeks with no activity.