diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2024-12-16 16:07:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2024-12-16 16:07:53 +0000 |
commit | 6a0389f6c5185059f43dcdcac218a329bdae781e (patch) | |
tree | 07c76012690152d0621a2d498f5f71a30422e9a0 /RELEASE-NOTES-1.44 | |
parent | 5bf4e05e6f9ed5e44fa67ed32c601ef7679c1520 (diff) | |
parent | f5758536f192cc294916f3742edc9390d762f5d5 (diff) | |
download | mediawikicore-6a0389f6c5185059f43dcdcac218a329bdae781e.tar.gz mediawikicore-6a0389f6c5185059f43dcdcac218a329bdae781e.zip |
Merge "Introduce ISearchResultSet::isApproximateTotalHits"
Diffstat (limited to 'RELEASE-NOTES-1.44')
-rw-r--r-- | RELEASE-NOTES-1.44 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.44 b/RELEASE-NOTES-1.44 index 81d36c143414..c3629c8754bc 100644 --- a/RELEASE-NOTES-1.44 +++ b/RELEASE-NOTES-1.44 @@ -198,6 +198,10 @@ because of Phabricator reports. * The ArticleProtect and ArticleProtectComplete hooks are now called when WikiPage::doUpdateRestrictions is called to protect a non-existing title. +* Introduce ISearchResultSet::isApproximateTotalHits() (defaults to false + in BaseSearchResultSet) to let SearchEngine implementations run optimizations + that might lead to innacurate computation of the exact number of pages + matching the search query. * … == Compatibility == |