Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searchable content #42

Open
DmitrySoshnikov opened this issue Jun 18, 2013 · 10 comments · May be fixed by #335
Open

Searchable content #42

DmitrySoshnikov opened this issue Jun 18, 2013 · 10 comments · May be fixed by #335
Labels

Comments

@DmitrySoshnikov
Copy link

Search notes and topics.

@dignifiedquire
Copy link
Member

@ForbesLindesay what's the idea here? I see two options atm

  • Add text indices to mongo
  • Parse the output of queries of this form http://www.mail-archive.com/[email protected]&a=1&haswords=%22haskell%22.

@ForbesLindesay
Copy link
Member

I think this original request may have come from before we were actually serving any content that was indexable by google etc. so it's probably less needed than it was. I hadn't come across that mail-archive search facility. It does look like it does a pretty good job of finding the messages so we could parse that output (as long as that doesn't breach anybody's terms of service?). I'm equally fine with adding indexes to the database if you think that's a better bet?

Do we think lots of people would use this? I would imagine most people just google for stuff.

@domenic
Copy link

domenic commented Jan 3, 2014

Maybe just one of those google search boxes that does site:esdiscuss.org would work well?

@dignifiedquire
Copy link
Member

Maybe just one of those google search boxes that does site:esdiscuss.org would work well?

I think that would be nice and probably enough.
My main use case was that I'm trying to read upon specific things and I went back to the mail-archive search because it was much more convenient to search, but then I had lost all the niceness of esdiscuss

@ForbesLindesay
Copy link
Member

I think that would probably do nicely :)

If we keep track of how much usage it gets we'll know whether it's a feature worth spending time on.

@xfq
Copy link

xfq commented Dec 14, 2014

I created a Google Custom Search: https://www.google.com/cse/publicurl?cx=000975054233003290149:llp-exbajta

@jasonwilliams
Copy link

I agree, maybe adding a google search box to the site would help!

@karlhorky
Copy link

Yeah a full-featured search (with separate page) would be a nice feature!

The current Algolia search box (seen below) is a good start but is limited and doesn't work on mobile:

Screen Shot 2019-09-23 at 16 03 19

@ForbesLindesay
Copy link
Member

ForbesLindesay commented Sep 23, 2019

I'd be very happy to see a custom search page implemented, with support for more advanced filtering by author etc. PRs welcome :)

@karlhorky
Copy link

Sounds good, I'll take a look tomorrow if I get some time!

@karlhorky karlhorky linked a pull request Sep 24, 2019 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants