mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
The internal search was shown in the UI as the user search. This was due to the lazy nature of the Generator. Improve the try/catch behaviour at the same time. How to test: * Make a user query with a search parameter * Share the user query as HTML * Observe the search field (should be empty with this PR, while it contained the internal search before)