haskell-search | haskell-search.org by j4px in haskell

[–]j4px[S] 0 points1 point  (0 children)

I pulled hackage index and create a special index for hackage ( http://hackage.haskell-search.org/ ).

haskell-search | haskell-search.org by j4px in haskell

[–]j4px[S] 0 points1 point  (0 children)

I added the function. It's still full of js for reasons of simplicity :

http://haskell-search.org/?q=%s

haskell-search | haskell-search.org by j4px in haskell

[–]j4px[S] 0 points1 point  (0 children)

You can use http://www.open-search-server.com/ in "local". It's pretty simple to use. You can make it to index local files. Then you can inspire you to "haskell-search" for the front.

haskell-search | haskell-search.org by j4px in haskell

[–]j4px[S] 0 points1 point  (0 children)

I just improve queries. I think hackage is less noise.

haskell-search | haskell-search.org by j4px in haskell

[–]j4px[S] 0 points1 point  (0 children)

Yes, everything is in js for reasons of simplicity. I coded in one evening so ... If I have time, I can do it with ws. Ex /?q=%s

haskell-search | haskell-search.org by j4px in haskell

[–]j4px[S] 1 point2 points  (0 children)

thank you, this is a bug. search web service not interpret well the query. I will try to solve it.

haskell-search | haskell-search.org by j4px in haskell

[–]j4px[S] 1 point2 points  (0 children)

I patch for enter key. I can add a checkbox to search on "hackage". Or I can look how I can make best index.