Homestyx hydra
Diffusion hydra cb4add311649

In Ferret, allow documents with no title to match query terms by using LEFT…

Description

In Ferret, allow documents with no title to match query terms by using LEFT JOIN on the "title" ranking field

Summary:
Fixes T13345. See D20650. Currently, PhabricatorCursorPagedPolicyAwareQuery does a JOIN against the "title" field so it can apply additional ranking/ordering conditions to the query.

This means that documents with no title (which don't have this field) are always excluded from the result set.

We'd prefer to include them, just not give them any bonus ranking/relevance boost. Use a LEFT JOIN so they get included.

Test Plan:

  • Applied D20650 (diff 1), made it use raw getTitle() as the document title, indexed a paste with no title.
  • Searched for a term in the paste body.
  • Before change: no results.
  • After change: found result.

{F6601159}

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13345

Differential Revision: https://secure.phabricator.com/D20660

Details

Provenance
epriestleyAuthored on Jul 18 2019, 1:19 PM
sirocylPushed on Oct 16 2024, 5:49 AM
Parents
R1:17caecdda35d: Make workboard real-time updates mostly work
Branches
Unknown
Tags
Unknown

Event Timeline