Hello,
I think this is the right place to ask my question. J
I'm trying to do a search of a 3 letter word and it's not returning anything.
I'm using latest version of MediaWiki but this happen as well in the 1.9.xxx.
This is probably a config option but i'm not finding where or what =)
Can anyone help?
Best Regards,
Hugo Picão mailto:hugo.picao@link.pt
Link Consulting http://www.link.pt/ - Redes e Segurança
Tel: 213 100 182
Av. Duque de Ávila, 23
1000-138 Lisboa
I'm trying to do a search of a 3 letter word and it's not returning anything.
It's been discussed many times already: http://lists.wikimedia.org/pipermail/mediawiki-l/
I think what you need is Lucene.
HTH.
-- F.
I didn't look on the archives. My bad! It's a limitation on mysql nothing to do with MediaWiki
Change your 'my.cnf' file to contain at least the following:
[mysqld] ft_min_word_len=2
[myisamchk] ft_min_word_len=2
and then even 2-character words should be searchable. Once you change this parameter, you need to rebuild the text index by running maintenance/rebuildtextindex.php
Thanks =)
Best Regards,
Hugo Picão
Link Consulting - Redes&Segurança
Tel: 213 100 182
Av. Duque de Ávila, 23
1000-138 Lisboa
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Frederik Dohr Sent: sexta-feira, 22 de Junho de 2007 11:00 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Using search for a 3 letter word
I'm trying to do a search of a 3 letter word and it's not returning anything.
It's been discussed many times already: http://lists.wikimedia.org/pipermail/mediawiki-l/
I think what you need is Lucene.
HTH.
-- F.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org