georgringer / news_filter

Filter news
Other
4 stars 11 forks source link

Keep search filter in session #19

Open cepheiVV opened 4 months ago

cepheiVV commented 4 months ago

This PR solves Issue #14 by saving the filter to the frontend user session. The feature can be enabled in the flexform settings of the news plugin:

Screenshot 2024-02-11 at 18 47 38

(Also I removed dead code that previously was used to set the news demand, before the hook was introduced)

I implemented and tested this for TYPO3 v11 This will need more testing but it works fine for my v11 project.