teaminmedias-pluswerk / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
35 stars 62 forks source link

#330 has broken TYPO3 9 LTS compatibility #335

Closed co-operate closed 4 years ago

co-operate commented 4 years ago

getMetaData(), introduced with 53600ddc6daedef216503679a40eaaa2a5d94ba5 is unknown to 9 LTS. The old _getMetaData(), on the other hand, should still work in v10 and just throw a deprecated notice.

I suggest to simply undo commit 53600ddc6daedef216503679a40eaaa2a5d94ba5 for compatibility in both v9 LTS and v10. Careful, I did not yet test this in v10.2!