1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 17:32:41 +01:00
phorge-phorge/src/applications/ponder/editor
Pieter Hooimeijer 74644d5210 move ponder writes into editors; better search indexing
Summary:
* Moved the remaining `->save()` calls into editors
* for the `PonderQuestion`, separate `attachRelated` (needed for
  indexing and viewing) from `attachVotes` (needed for viewing
  but not indexing)
* Update the indexer to include comment and answer content
  in the search index.

Test Plan:
Stuff works as before. Also: add a comment or answer with some
easily-identifiable text and search for it; observe that
it gets indexed appropriately.

Reviewers: epriestley, nh, vrana

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1869

Differential Revision: https://secure.phabricator.com/D3654
2012-10-07 14:35:01 -07:00
..
PonderAnswerEditor.php move ponder writes into editors; better search indexing 2012-10-07 14:35:01 -07:00
PonderCommentEditor.php move ponder writes into editors; better search indexing 2012-10-07 14:35:01 -07:00
PonderQuestionEditor.php move ponder writes into editors; better search indexing 2012-10-07 14:35:01 -07:00
PonderVoteEditor.php Adding Ponder-related files. 2012-08-10 10:44:04 -07:00