www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18392] New: formum threads not searchable if starting with

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 puremagic.com
          Reporter: timothee.cour2 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)

--
Feb 07 2018