Re: [PATCH] www: use correct threadid for per-thread search

2023-06-21 Thread Konstantin Ryabitsev
On Fri, Jun 16, 2023 at 11:13:01PM +, Eric Wong wrote: > > Reviving this old thread for some clarification. I noticed that this only > > works for /all/, but not for individual inboxes. E.g.: > > > > $ curl -d '' -sSf \ > > https://lore.kernel.org/all/"$MSGID/?x=m=rt:2023-03-29..; \

[PATCH] www: use correct threadid for per-thread search

2023-06-16 Thread Eric Wong
; but with /lkml/ I get a 404: > > $ curl -d '' -sSf \ > https://lore.kernel.org/lkml/"$MSGID/?x=m=rt:2023-03-29..; \ > | zgrep -i ^Message-ID: > curl: (22) The requested URL returned error: 404 > > Is that intentionally restricted to just extindex?