Support interwiki searches in API
[lhc/web/wiklou.git] / includes / search / SearchEngine.php
index 882919f..debf01b 100644 (file)
@@ -974,6 +974,13 @@ class SearchResult {
                return '';
        }
 
+       /**
+        * @return string interwiki namespace of the title (since we likely can't resolve it locally)
+        */
+       function getInterwikiNamespaceText() {
+               return '';
+       }
+
        /**
         * Did this match file contents (eg: PDF/DJVU)?
         */