Page MenuHomePhabricator

Make searching by tags work in Phriction
ClosedPublic

Authored by epriestley on Jun 22 2017, 5:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 11, 4:49 PM
Unknown Object (File)
Sat, Jul 4, 7:19 AM
Unknown Object (File)
Jul 2 2026, 7:01 PM
Unknown Object (File)
Jun 25 2026, 6:29 AM
Unknown Object (File)
Jun 25 2026, 6:29 AM
Unknown Object (File)
Jun 24 2026, 6:08 AM
Unknown Object (File)
Jun 12 2026, 10:26 PM
Unknown Object (File)
Jun 11 2026, 8:45 PM
Subscribers
None

Details

Summary

Fixes T12860. Some joins were being dropped because we didn't call parent::...

Test Plan
  • Tagged a document.
  • Searched for documents with that tag.
  • Before change: got all documents.
  • After change: got only tagged documents.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I think this has never worked. This line came from D14652, but I don't think it worked before that either.

This revision is now accepted and ready to land.Jun 22 2017, 5:27 PM
This revision was automatically updated to reflect the committed changes.