Thank you for your suggestion below. That did not work for me. Any other suggestions to get this to work ?
Message: 6 Date: Mon, 5 May 2008 10:35:12 -0700 (PDT) From: Shannon Bohle shannon_bohle@yahoo.com Subject: Re: [Mediawiki-l] Searching for a portion of a word To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Message-ID: 911201.4703.qm@web30502.mail.mud.yahoo.com Content-Type: text/plain; charset=iso-8859-1
You need to use a wildcard, designated by an asterisk.
For search returns that include "fellow" and "fellows", try fellow* For search returns that include "fellows" and "fellowship", try fellows*
I think to use the wildcard you need to install an extension for it. I also believe I read something about a search issue with version 1.11 that got fixed in 1.12. You might want to check that out.
Jeff
Rowe, Dolores A wrote:
Thank you for your suggestion below. That did not work for me. Any other suggestions to get this to work ?
Message: 6 Date: Mon, 5 May 2008 10:35:12 -0700 (PDT) From: Shannon Bohle shannon_bohle@yahoo.com Subject: Re: [Mediawiki-l] Searching for a portion of a word To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Message-ID: 911201.4703.qm@web30502.mail.mud.yahoo.com Content-Type: text/plain; charset=iso-8859-1
You need to use a wildcard, designated by an asterisk.
For search returns that include "fellow" and "fellows", try fellow* For search returns that include "fellows" and "fellowship", try fellows*
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
How is this extension installed http://www.mediawiki.org/wiki/Extension:TitleKey ? I placed: ( require_once( "$IP/extensions/Titlekey/titlekey.php" ); ) into the localsettings.php and got this error when trying to make a new page: A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "TitleKey::setBatchKeys". MySQL returned error "1146: Table 'wiki.titlekey' doesn't exist (localhost)".
Part of the Titlekey installation process includes the creation of a new table for the purpose of storing the title keys. The SQL error you're seeing indicates that the table doesn't exist yet.
There should be an *.sql file in the directory for the extension. Running this should setup the table - but if I recall there is a script you have to run to populate the table since initially it'll be empty.
-- Jim R. Wilson (jimbojw)
On Tue, May 6, 2008 at 8:14 AM, Matt Long mlong212@gmail.com wrote:
How is this extension installed http://www.mediawiki.org/wiki/Extension:TitleKey ? I placed: ( require_once( "$IP/extensions/Titlekey/titlekey.php" ); ) into the localsettings.php and got this error when trying to make a new page: A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "TitleKey::setBatchKeys". MySQL returned error "1146: Table 'wiki.titlekey' doesn't exist (localhost)".
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
http://www.mediawiki.org/wiki/Extension:Wildcard_search
Quoting "Rowe, Dolores A" dolores.a.rowe@boeing.com:
Thank you for your suggestion below. That did not work for me. Any other suggestions to get this to work ?
Message: 6 Date: Mon, 5 May 2008 10:35:12 -0700 (PDT) From: Shannon Bohle shannon_bohle@yahoo.com Subject: Re: [Mediawiki-l] Searching for a portion of a word To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Message-ID: 911201.4703.qm@web30502.mail.mud.yahoo.com Content-Type: text/plain; charset=iso-8859-1
You need to use a wildcard, designated by an asterisk.
For search returns that include "fellow" and "fellows", try fellow* For search returns that include "fellows" and "fellowship", try fellows*
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org