[Issue 18392] New: formum threads not searchable if starting with "Re: " (ie replies that were split off)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 7 19:53:53 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18392
Issue ID: 18392
Summary: formum threads not searchable if starting with "Re: "
(ie replies that were split off)
Product: D
Version: D2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P1
Component: dlang.org
Assignee: nobody at puremagic.com
Reporter: timothee.cour2 at gmail.com
eg: searching on google for:
"Re: Bye bye, fast compilation times"
yields:
```
[1] Bye bye, fast compilation times (page 2) - D Programming Language ...
Bye bye, fast compilation times (page 3) - D Programming Language ...
[2] Re: Bye bye, fast compilation times - The Mail Archive
Re: Bye bye, fast compilation times - The Mail Archive
```
it misses:
Re: Bye bye, fast compilation times (page 3) - D Programming Language
(eg containing this:
https://forum.dlang.org/post/mailman.3161.1517967134.9493.digitalmars-d@puremagic.com)
and also this:
`Bye bye, fast compilation times - The Mail Archive`
weird that `D Programming Language` has to `Re` and `The Mail Archive` only has
`Re`
There's also the issue that forum.dlang.org somehow split a thread response
from main thread (with and without Re)
--
More information about the Digitalmars-d-bugs
mailing list