We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7f495 commit 1d339cfCopy full SHA for 1d339cf
src/Mediawiki.php
@@ -96,7 +96,7 @@ public function search($query)
96
return false;
97
}
98
$result = [];
99
- $result['cached'] = time(); // set cache time
+ //$result['cached'] = time(); // @TODO set and use cache time
100
foreach ($data[self::QUERY][self::SEARCH] as $topic) {
101
if (!isset($topic[self::TITLE]) || !is_string($topic[self::TITLE])) {
102
continue;
0 commit comments