* (bug 23473) - Give description of properties on all modules
[lhc/web/wiklou.git] / includes / api / ApiQuerySearch.php
index c74ee7b..eb38b82 100644 (file)
@@ -213,7 +213,13 @@ class ApiQuerySearch extends ApiQueryGeneratorBase {
                        'namespace' => 'The namespace(s) to enumerate',
                        'what' => 'Search inside the text or titles',
                        'info' => 'What metadata to return',
-                       'prop' => 'What properties to return',
+                       'prop' => array(
+                               'What properties to return',
+                               ' size    - Adds the size of the page in bytes',
+                               ' wordcount  - Adds the word count of the page',
+                               ' timestamp  - Adds the timestamp of when the page was last edited',
+                               ' snippet    - Adds a parsed snippet of the page',
+                       ),
                        'redirects' => 'Include redirect pages in the search',
                        'offset' => 'Use this value to continue paging (return by query)',
                        'limit' => 'How many total pages to return'