1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-30 02:32:42 +01:00
phorge-phorge/src/applications/phriction/query
epriestley 519bec3e6f Make searching by tags work in Phriction
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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12860

Differential Revision: https://secure.phabricator.com/D18145
2017-06-22 11:01:31 -07:00
..
PhrictionDocumentQuery.php Make searching by tags work in Phriction 2017-06-22 11:01:31 -07:00
PhrictionSearchEngine.php Update PhrictionSearchEngine, implement Projects 2016-09-08 17:23:37 -07:00
PhrictionTransactionQuery.php Phriction - start the move towards transactions and an editor 2014-10-30 08:59:21 -07:00