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 1 year ago

argiepiano commented 1 year ago

This is thrown when enabling a filter in PHP 8.2.

argiepiano commented 1 year 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 1 year ago

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

laryn commented 1 year ago

Thanks @argiepiano!