HomePhorge

Fix a content join condition in Phriction

Description

Fix a content join condition in Phriction

After the cursor changes, we may fatal on pages with a large number of children
because "c.title" is not a selected column. We currently join the "content"
table if "updated" is part of the order vector, but not if "title" is part of
the order vector. This isn't right: "updated" is on the primary table, and only
"content" is on the joined table.

Details

Provenance
epriestleyAuthored on Mar 23 2019, 7:15 AM
themackabuPushed on Mar 25 2025, 8:07 PM
Parents
rPb90e02bec287: Select Ferret fulltext columns in results so fulltext queries work under UNION
Branches
Unknown
Tags
Unknown

Event Timeline