aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.44
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2024-12-16 16:07:53 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2024-12-16 16:07:53 +0000
commit6a0389f6c5185059f43dcdcac218a329bdae781e (patch)
tree07c76012690152d0621a2d498f5f71a30422e9a0 /RELEASE-NOTES-1.44
parent5bf4e05e6f9ed5e44fa67ed32c601ef7679c1520 (diff)
parentf5758536f192cc294916f3742edc9390d762f5d5 (diff)
downloadmediawikicore-6a0389f6c5185059f43dcdcac218a329bdae781e.tar.gz
mediawikicore-6a0389f6c5185059f43dcdcac218a329bdae781e.zip
Merge "Introduce ISearchResultSet::isApproximateTotalHits"
Diffstat (limited to 'RELEASE-NOTES-1.44')
-rw-r--r--RELEASE-NOTES-1.444
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 ==