Refined #12 patch
Refined #11 patch, removed extra new line after use statements.
Refined #10 patch
Filename was not correct in https://www.drupal.org/project/search404/issues/3355484#comment-15864755 ✨ Custom search path on a multilingual site Active , hence adding a new patch.
I have tried a different approach here. Instead of making the configurations translatable, I have handled it by making changes to search404Goto() method by checking if language module is enabled then append language code to the custom path.
Patch provided in
https://www.drupal.org/project/views_ajax_get/issues/3294688#comment-145...
🐛
Implements the Serializable interface, which is deprecated.
RTBC
is working fine in PHP8.1 and Drupal 10.2.8.
But, after updating my site to PHP8.3, I started getting below error:
Deprecated function: Creation of dynamic property Drupal\views_ajax_get\CacheableViewsAjaxResponse::$display_id is deprecated in Drupal\views_ajax_get\CacheableViewsAjaxResponse->__unserialize() (line 32 of /var/www/html/docroot/modules/contrib/views_ajax_get/src/CacheableViewsAjaxResponse.php)
Hence, creating this new patch