1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/applications/transactions/query
epriestley ecc3314a25 Modularize transaction/comment indexing in the FulltextEngine
Summary:
Ref T9979. This is currently hard-coded but can be done in a generic way.

This has one minor behavioral changes: answer text is no longer included in the question text index in Ponder. I'm not planning to accommodate that for now since I don't want to dig this hole any deeper than I already have. This behavior should be different anyway (e.g., index the answer, then show the question in the results or something).

Test Plan:
  - Put a unique word in a Maniphest comment.
  - Searched for the word.
  - Found the task.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9979

Differential Revision: https://secure.phabricator.com/D14837
2015-12-21 17:24:40 -08:00
..
PhabricatorApplicationTransactionCommentQuery.php Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery 2015-04-20 10:06:09 -07:00
PhabricatorApplicationTransactionQuery.php Modularize transaction/comment indexing in the FulltextEngine 2015-12-21 17:24:40 -08:00
PhabricatorApplicationTransactionTemplatedCommentQuery.php Prepare TransactionCommentQuery for extension 2015-03-09 14:11:18 -07:00
PhabricatorEditEngineConfigurationQuery.php Allow EditEngine forms to be marked as "edit" forms 2015-12-08 13:00:30 -08:00
PhabricatorEditEngineConfigurationSearchEngine.php Allow EditEngine forms to be marked as "edit" forms 2015-12-08 13:00:30 -08:00
PhabricatorEditEngineConfigurationTransactionQuery.php Allow ApplicationEditor forms to be reconfigured 2015-11-10 10:24:40 -08:00
PhabricatorEditEngineQuery.php Allow form configurations to retitle and reorder forms and add preambles 2015-11-22 15:12:57 -08:00
PhabricatorEditEngineSearchEngine.php Improve UX for customizing EditEngine forms a little bit 2015-12-17 08:40:00 -08:00