Haskell wiki is searched by google.

Hello I remember there was a problem with haskell wiki pages not being indexed and searched. Now it seems to work perfectly. Actually typing 'monomorphism restriction' in google I see the appropriate wiki page as the first result. I must have missed the moment when it was fixed. Just sharing my observations. Thanks.

Daniil Elovkov wrote:
Hello
I remember there was a problem with haskell wiki pages not being indexed and searched.
Now it seems to work perfectly. Actually typing 'monomorphism restriction' in google I see the appropriate wiki page as the first result.
I must have missed the moment when it was fixed. Just sharing my observations. Thanks.
Hello Daniil, I think I may have started that discussion here : http://www.haskell.org/pipermail/haskell-cafe/2007-November/035127.html but sadly a search for mdo in the Search box at the top of this page http://haskell.org/haskellwiki/Haskell still gives no results. I suspect something needs adjusting in the configuration of MediaWiki for the haskellwiki. Richard.

Richard Kelsall wrote:
Daniil Elovkov wrote:
Hello
I remember there was a problem with haskell wiki pages not being indexed and searched.
Now it seems to work perfectly. Actually typing 'monomorphism restriction' in google I see the appropriate wiki page as the first result.
I must have missed the moment when it was fixed. Just sharing my observations. Thanks.
Hello Daniil, I think I may have started that discussion here :
http://www.haskell.org/pipermail/haskell-cafe/2007-November/035127.html
but sadly a search for mdo in the Search box at the top of this page
http://haskell.org/haskellwiki/Haskell
still gives no results. I suspect something needs adjusting in the configuration of MediaWiki for the haskellwiki.
Indeed. But searching with google mdo site:haskell.org/haskellwiki does a pretty good job - 6 results :)

Daniil Elovkov wrote:
Richard Kelsall wrote:
Daniil Elovkov wrote:
Hello
I remember there was a problem with haskell wiki pages not being indexed and searched.
Now it seems to work perfectly. Actually typing 'monomorphism restriction' in google I see the appropriate wiki page as the first result.
I must have missed the moment when it was fixed. Just sharing my observations. Thanks.
Hello Daniil, I think I may have started that discussion here :
http://www.haskell.org/pipermail/haskell-cafe/2007-November/035127.html
but sadly a search for mdo in the Search box at the top of this page
http://haskell.org/haskellwiki/Haskell
still gives no results. I suspect something needs adjusting in the configuration of MediaWiki for the haskellwiki.
Indeed.
But searching with google
mdo site:haskell.org/haskellwiki
does a pretty good job - 6 results :)
I have to admit I haven't yet discovered how all the documentation fits together. I set the "Search haskell.org" link on left on the front page to search Google like this mdo site:haskell.org for "mdo" which gives 577 results including the relevant page of the GHC documentation at the top. But I'm not really sure it should search everything on haskell.org. I can easily change this if anybody suggests a better search criteria. I looked all over the wiki for some way to warn users that the search results might be incomplete. All the relevant bits - like the search results messages - appeared to be locked against me changing them. I'm happy to Google for things, but I don't think it's good to have a misleading search box on the front page. Richard.

Richard Kelsall wrote:
Daniil Elovkov wrote:
Hello
I remember there was a problem with haskell wiki pages not being indexed and searched.
Now it seems to work perfectly. Actually typing 'monomorphism restriction' in google I see the appropriate wiki page as the first result.
I must have missed the moment when it was fixed. Just sharing my observations. Thanks.
Hello Daniil, I think I may have started that discussion here :
http://www.haskell.org/pipermail/haskell-cafe/2007-November/035127.html
but sadly a search for mdo in the Search box at the top of this page
http://haskell.org/haskellwiki/Haskell
still gives no results. I suspect something needs adjusting in the configuration of MediaWiki for the haskellwiki.
Not MediaWiki, but the underlying database. If HaskellWiki uses MySql ft_min_word_len needs to be set to something smaller than four. See http://dev.mysql.com/doc/refman/5.0/en/fulltext-fine-tuning.html . After doing this the indexes needs to be rebuild. Greetings, Mads Lindstrøm
Richard. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Mads Lindstrøm wrote:
Richard Kelsall wrote:
Daniil Elovkov wrote:
Hello
I remember there was a problem with haskell wiki pages not being indexed and searched.
Now it seems to work perfectly. Actually typing 'monomorphism restriction' in google I see the appropriate wiki page as the first result.
I must have missed the moment when it was fixed. Just sharing my observations. Thanks. Hello Daniil, I think I may have started that discussion here :
http://www.haskell.org/pipermail/haskell-cafe/2007-November/035127.html
but sadly a search for mdo in the Search box at the top of this page
http://haskell.org/haskellwiki/Haskell
still gives no results. I suspect something needs adjusting in the configuration of MediaWiki for the haskellwiki.
Not MediaWiki, but the underlying database. If HaskellWiki uses MySql ft_min_word_len needs to be set to something smaller than four. See http://dev.mysql.com/doc/refman/5.0/en/fulltext-fine-tuning.html . After doing this the indexes needs to be rebuild.
Testing using this page http://www.haskell.org/haskellwiki/Extending_Phooey by searching for words which I can see are on the page I get Not found Found --------- ----- mdo Phooey map wire way play let persistence So three character words don't get indexed but four character words do. I mentioned in the previous thread that some longer words weren't getting indexed. It looks like this has been fixed. All the long words I just tried worked properly. And, better than Google, the words get indexed as soon as they are changed. I tried searches for words added this afternoon and they returned up-to-date results. Excellent! Whoever it was thank you for fixing the search. Richard.

Richard Kelsall wrote:
I mentioned in the previous thread that some longer words weren't getting indexed. It looks like this has been fixed. All the long words I just tried worked properly. And, better than Google, the words get indexed as soon as they are changed. I tried searches for words added this afternoon and they returned up-to-date results. Excellent! Whoever it was thank you for fixing the search.
Haskelves?
participants (4)
-
Anton van Straaten
-
Daniil Elovkov
-
Mads Lindstrøm
-
Richard Kelsall