Going to https://we.phorge.it/diviner/query/all/ and clicking on any of the method results, none of the links work as methods are documented on the page of their corresponding classes while the URI construction code ignores that fact.
Closes T16044
Differential D25812
Fix method search result URIs in Diviner aklapper on Aug 27 2024, 15:46. Authored by Tags Referenced Files
Subscribers
Details
Going to https://we.phorge.it/diviner/query/all/ and clicking on any of the method results, none of the links work as methods are documented on the page of their corresponding classes while the URI construction code ignores that fact. Closes T16044 Go to /diviner/query/all/, enter random search queries (names of existing methods, substrings of existing methods, a non-existing bogus string, etc) and see that things work better than before (at least for methods).
Diff Detail
Event TimelineComment Actions Open question is whether to replace loadAllWhere with loadOneWhere under the assumption that there are always either zero or one results. Comment Actions I've added 2 unuseful tips but this seems not ready for production. Flag as "solution seems affected by N+1 query problem". Maybe useful to open a cute task and do more triage.
|