Changeset View
Changeset View
Standalone View
Standalone View
src/applications/ponder/search/PonderSearchIndexer.php
| Show All 40 Lines | $this->indexTransactions( | ||||
| $doc, | $doc, | ||||
| new PonderQuestionTransactionQuery(), | new PonderQuestionTransactionQuery(), | ||||
| array($phid)); | array($phid)); | ||||
| $this->indexTransactions( | $this->indexTransactions( | ||||
| $doc, | $doc, | ||||
| new PonderAnswerTransactionQuery(), | new PonderAnswerTransactionQuery(), | ||||
| mpull($answers, 'getPHID')); | mpull($answers, 'getPHID')); | ||||
| $this->indexSubscribers($doc); | |||||
| return $doc; | return $doc; | ||||
| } | } | ||||
| } | } | ||||