Deprecate SearchEngine:getTextFromContent() and SearchEngine::textAlreadyUpdatedForIn...
authorDavid Causse <dcausse@wikimedia.org>
Thu, 1 Aug 2019 14:58:33 +0000 (16:58 +0200)
committerDavid Causse <dcausse@wikimedia.org>
Thu, 1 Aug 2019 15:59:32 +0000 (17:59 +0200)
commit63e199226dce97214d1bc23a6c1c43eaa0487924
tree42e3408a1b20798d3d33e6a7e4c292565ad4e52f
parentbc0de57e7522e09a995dec3795534da46ade74cc
Deprecate SearchEngine:getTextFromContent() and SearchEngine::textAlreadyUpdatedForIndex()

It was just a wrapper to Content::getTextForSearchIndex(), simply use
this method rather than depending on (and sometimes constructing) a
SearchEngine.

Change-Id: I8541248ffdca303f0af3b959cf2f051dcb497925
RELEASE-NOTES-1.34
includes/deferred/SearchUpdate.php
includes/search/SearchEngine.php
includes/search/SearchResult.php