Roundup Tracker - Issues

Message6675

Author rouilj
Recipients rouilj, schlatterbeck
Date 2019-10-04.00:30:02
Message-id <1570149002.58.0.371401287498.issue2551051@roundup.psfhosted.org>
In-reply-to
with patch rev5872:1b91e3df3fd0 it looks like Ralf added code to fix 
the rejection of searches like:

  issue?messages.author=2

due to messages.author not being recognized. But the anonymous user
is user2. This returns 172 items, but there should be no messages 
generated by user2. I also seem to get the same response from:

     issue?messages.author=1

so I am not sure that this is actually working as intended.

Also this works (and seems to return the same 172 items)

     issue?messages.authors=2

but it shouldn't work as 'authors' is not a valid field for
the msg type.

Ralf ideas?
History
Date User Action Args
2019-10-04 00:30:02rouiljsetmessageid: <1570149002.58.0.371401287498.issue2551051@roundup.psfhosted.org>
2019-10-04 00:30:02rouiljsetrecipients: + rouilj, schlatterbeck
2019-10-04 00:30:02rouiljlinkissue2551051 messages
2019-10-04 00:30:02rouiljcreate