[SOLVED] Advanced search operations #397
CsatiZoltan
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
@CsatiZoltan Done in 190e6d1. Also note that at this point filtering of messages only takes TITLE of messages into account. Would it make sense to also make filtering work with contents of messages? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Allright I am marking this as solved. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have suggestions for searching feeds (new feature in da35230). Currently, when you enter a phrase, the search is done in a case-sensitive manner. What about making the feed search case-insensitive, just as how the message search works?
My second idea is to enable searching based on regex (the
QRegularExpression
class is available as of Qt5) or by other method, such as glob pattern matching.Beta Was this translation helpful? Give feedback.
All reactions