Bug 18293 – bugzilla search does not work (misses word that's right there in issue title)

Status
RESOLVED
Resolution
INVALID
Severity
blocker
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
Mac OS X
Creation time
2018-01-24T18:54:46Z
Last change time
2018-01-24T19:08:21Z
Assigned to
No Owner
Creator
Timothee Cour

Comments

Comment #0 by timothee.cour2 — 2018-01-24T18:54:46Z
I was doing a search on `__FILE_FULL_PATH__`: https://issues.dlang.org/buglist.cgi?quicksearch=%22__FILE_FULL_PATH__%22&list_id=219067 it returned: 17398 D dmd [email protected] NEW --- Partial template struct instantiation with __FILE__ leading to link error it missed: https://issues.dlang.org/show_bug.cgi?id=16640 Issue 16640 - void fun(string file=__FILE_FULL_PATH__) returns relative path which has the queried string `__FILE_FULL_PATH__` right there in the title
Comment #1 by ag0aep6g — 2018-01-24T19:08:21Z
On the results page, above the table, you can see that the quick search only looks for open issues ("Status: UNCONFIRMED, NEW, ASSIGNED, REOPENED"). 16640 has already been fixed, so you have to include the RESOLVED status when searching. You can do that by clicking the "Search" link to the left of the quick search text input field. There, select "Status: All". Then you get these results which include 16640: https://issues.dlang.org/buglist.cgi?bug_status=__all__&content=__FILE_FULL_PATH__&list_id=219081&order=Importance&query_format=specific Closing as invalid.