Roundup Tracker - Issues

Message8035

Author rouilj
Recipients ajaksu2, jonct, richard, rouilj
Date 2024-05-06.05:27:37
Message-id <1714973257.77.0.258866064317.issue1525113@roundup.psfhosted.org>
In-reply-to
I am working on applying this again. I am changing '.' as the magic
token to '@current_user' I think this is more descriptive.

As '@current_user' is not a valid email address (which are sometimes used as usernames)
and regular usernames are unlikely to start with an @ I think this is safe. If there is
a user who is named that, searching for this name will not work for any user except
'@current_user'. In that case, they will have to change their name.

I have this working for Link type, but not multilink.

committed Link search enhancement in:  changeset:   7936:a9b136565838

I'll open a new issue to extend this to MultiLinks. Maybe we can get a fix landed in < 10
years 8-).
History
Date User Action Args
2024-05-06 05:27:37rouiljsetmessageid: <1714973257.77.0.258866064317.issue1525113@roundup.psfhosted.org>
2024-05-06 05:27:37rouiljsetrecipients: + rouilj, richard, jonct, ajaksu2
2024-05-06 05:27:37rouiljlinkissue1525113 messages
2024-05-06 05:27:37rouiljcreate