-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Labels
Milestone
Description
Describe the bug
After the update to Version 1.28 the syntax of my filters has been changed.
There seems to be a new syntax for filters when working with intitle and 'composed keywords'
I am trying to follow that syntax but FreshRSS automaticly changes it after pressing submit.
To Reproduce
- Create a new label
- Add Filter actions
intitle:OneWord OR intitle:'two words' - Press submit and it changes to
intitle:OneWord OR (intitle:"two words") - Press submit again it changes to
intitle:OneWord OR (intitle:"two words") - And so on and so forth
Expected behavior
No response
FreshRSS version
1.28
System information
I am using the linuxserver freshrss docker image.
Additional context
No response
Reactions are currently unavailable