Open wireguy opened 5 years ago
Taking a guess.
should it be?
query = query.join(Message.from_user).filter(User.username.ilike( '%' + from_username + '%'))
hmm... HACK if I type %guy
in the field, then I get the desired result
This is related to our new notifications page #1644
The filter for the 'From' field is matches with the beginning of the text. This is different from the 'Project' field which allows for partial matches.
example: I want to filter all the messages from 'guy', but I can't remember if the name was Wiseguy Niceguy Someguy... allow me to use 'guy'.