Page MenuHomePhorge

Diviner: All Method and File query results have invalid 404 URIs
Open, Needs TriagePublic

Description

Steps to reproduce:

  1. Go https://we.phorge.it/diviner/query/all/
  2. Click any of the method results

Actual result:
All links in the format https://we.phorge.it/book/dev/method/renderValue/8/ or https://we.phorge.it/book/dev/method/contrastingColor/ are 404s.
Methods are documented on the page of their corresponding classes. The URI construction code ignores that fact.

Expected result:
Results instead of 404s.

Revisions and Commits

Event Timeline

aklapper renamed this task from Diviner: All Method query results have invalid URIs to Diviner: All Method query results have invalid 404 URIs.Wed, Apr 30, 14:33

Digging a bit further, rP600a3e3b7c2de5d93644e0410cd354ea6752949d implies that methods and files should not be indexed at all and not show up in the results. See also T16045#21931.

aklapper renamed this task from Diviner: All Method query results have invalid 404 URIs to Diviner: All Method and File query results have invalid 404 URIs.Wed, Apr 30, 15:31