Basic docs for the class.
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 7 Aug 2008 23:09:11 +0000 (23:09 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 7 Aug 2008 23:09:11 +0000 (23:09 +0000)
includes/PrefixSearch.php

index 17f8ec1..3df8e66 100644 (file)
@@ -1,5 +1,12 @@
 <?php
 
+/**
+ * PrefixSearch - Handles searching prefixes of titles and finding any page
+ * names that match. Used largely by the OpenSearch implementation.
+ * 
+ * @ingroup Search
+ */
+
 class PrefixSearch {
        /**
         * Do a prefix search of titles and return a list of matching page names.