backdrop-contrib / search_api

Provides a generic API for modules offering search capabilities
GNU General Public License v2.0
0 stars 6 forks source link

Deprecated function: Creation of dynamic property SearchApiQueryFilter::$tags is deprecated in SearchApiQueryFilter->__construct() #57

Closed argiepiano closed 10 months ago

argiepiano commented 10 months ago

This is thrown when enabling a filter in PHP 8.2.

argiepiano commented 10 months ago

This is the corresponding issue in D7. I don't agree with the fix there. It makes more sense to define property $tags, since it's integral to the functioning of the class.

argiepiano commented 10 months ago

PR ready: https://github.com/backdrop-contrib/search_api/pull/58

laryn commented 10 months ago

Thanks @argiepiano!