On Tue, Nov 28, 2023 at 06:20:03PM +0000, Eric Wong wrote: > > Ah. I think here is enough to just say "s:* AND NOT s:PATCH" without > > introducing additional xapian indexing parameters. Though, perhaps the web > > interface can also gain a "collapse threads" view? > > topics_new.html / topics_active.html endpoints? > Also, '&t' is a weird accident that happens to work: > > https://yhbt.net/lore/git/?q=s:*+AND+NOT+s:PATCH&t > > I suppose that's OK for the majority of cases. Nice! > Though being able to find unanswered threads could be helpful. Note, I'm not saying it's not a cool feature. :) However, I imagine people would be more interested in searching for something like "show me all threads mentioning $foo to which *I* haven't replied yet". It's not quite the same thing as "nobody has replied yet." I have no idea how hard this would be. -K