X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=blobdiff_plain;f=includes%2Fparser%2FParserOutput.php;h=b7cc490ff818687de476f9dd55c29b5d21e7645e;hb=bd2a78a159ce6d9f7b27fd75d05570228b44c3cb;hp=49e810cef8581f554c6033b6cfcf9c228cd26e16;hpb=2b3e945fd2c3aac81c69ca1564a70b39484f754b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index 49e810cef8..b7cc490ff8 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -400,6 +400,9 @@ class ParserOutput extends CacheTime { * retrieved given the page ID or via a DB join when given the page * title. * + * Since 1.23, page_props are also indexed by numeric value, to allow + * for efficient "top k" queries of pages wrt a given property. + * * setProperty() is thus used to propagate properties from the parsed * page to request contexts other than a page view of the currently parsed * article.