https://bugzilla.wikimedia.org/show_bug.cgi?id=30904
--- Comment #4 from Svemir Brkic <[email protected]> 2011-09-15 11:19:19 UTC --- This is because namespaces are not in the titles of MediaWiki articles. They are displayed that way, but if the namespace is properly setup, the page_title field only has the part after the colon. Sphinx extension finds the namespace in the search string, takes it out, and applies the namespace as a filter instead: $cl->SetFilter( 'page_namespace', $this->namespaces ); Now, is there some actual problem with the suggestions as they show up (or not) as you type? Are there articles you have in the database that do not show up? What are the article titles, namespaces, and what do you type? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
