Issue 23633 - Search across all mailing lists on mailing lists page?
Summary: Search across all mailing lists on mailing lists page?
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Website general issues (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: pavel
QA Contact: issues@infrastructure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-17 15:24 UTC by pavel
Modified: 2012-01-29 22:14 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
mail_list.html (24.88 KB, text/html)
2004-02-03 06:25 UTC, lsuarezpotts
no flags Details
Updated HTML that includes search function (26.84 KB, text/html)
2004-03-18 18:19 UTC, scarr
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2003-12-17 15:24:54 UTC
Hi,

I'm subscribed in about 10+ mailing lists. When looking for something the first
thing that comes tomy mind is to look at the link "Mailing Lists" at OOo
homepage. Is it possible to add the form to search across all mailing lists on OOo?

It is possible via Advanced Search so it should be pretty easy to add the query
form directly to http://www.openoffice.org/mail_list.html?
Comment 1 lsuarezpotts 2003-12-19 17:55:59 UTC
sounds interesting.
Scott, would you be inerested in creating such a form?
louis
Comment 2 scarr 2003-12-19 18:40:02 UTC
Yes, I should be able to get this together tonight.
Comment 3 scarr 2003-12-21 04:48:45 UTC
The advanced search page is a Servlet from Source Cast.  It appears that it uses
some internal search to search through the Mailing Lists.  

Do you want me to modify the mailing_list.html page to have the query tools?

I don't believe I have access to that page.  I can't point Google to a specific
directory for this that I know of.  

Let me know what direction you would like me to take.
Comment 4 pavel 2003-12-21 10:00:49 UTC
It is a servlet, but you can reuse his HTML output and automatically "mark" (by
using hidden input type field) searching in mailing lists.

This is a minimal HTML you need to add to mail_list.html (if it is corrupted, I
will attach it):

<form action="http://www.openoffice.org/servlets/Search" method="get">
  <input type="hidden" name="mode" value="advanced">
  <input type="hidden" name="resultsPerPage" value="40">
  <input type="text" name="query" value="" size="25" maxlength="">
  <input type="hidden" name="scope" value="domain">
  <input type="hidden" name="artifact" value="eyebrowse ALL">
  <input type="submit" name="Button" value="Search">
</form>
Comment 5 pavel 2004-01-09 22:42:52 UTC
Scott, Louis? Is the HTML code OK?

Comment 6 lsuarezpotts 2004-01-10 07:44:58 UTC
Pavel, 
sorry, I've been digging through issues and vacation...
Scott, shall we try this out?
thanks
louis 
Comment 7 lsuarezpotts 2004-02-03 06:25:56 UTC
Created attachment 12850 [details]
mail_list.html
Comment 8 pavel 2004-02-07 10:48:07 UTC
Scott?

Louis, could you please takeover this issue?
Comment 9 pavel 2004-03-16 20:22:21 UTC
OK, kcarr seems to not be available -> reassigning to the owner of the selected
subcomponent.
Comment 10 scarr 2004-03-16 21:31:42 UTC
Sorry, didn't realize there was an update on this issue. I'll take care of this
tonight.

Scott
Comment 11 scarr 2004-03-18 18:19:33 UTC
Created attachment 13917 [details]
Updated HTML that includes search function
Comment 12 scarr 2004-03-18 18:24:26 UTC
I attached the Search Code to the top of the mail_list.  That way people will
see it by default.

Any other suggestions?  The form went in without a hitch, and appears to work
pretty good.

Louis,

Could you update the mail-list file on the site if this meets everyones approval?
Comment 13 lsuarezpotts 2004-03-19 07:45:41 UTC
hi
scott, yes; but everyone: approval?
louis
Comment 14 lsuarezpotts 2004-03-19 07:46:37 UTC
i did a few tests. not bad ;)
louis
Comment 15 pavel 2004-03-19 10:52:09 UTC
Seems to work OK for me.
Comment 16 pavel 2004-03-29 12:52:54 UTC
Scott, approved :-)
Comment 17 pavel 2004-04-07 12:33:54 UTC
Scott?
Comment 18 lsuarezpotts 2004-04-23 17:17:21 UTC
I'll see about getting this done before I leave this weekened.
later
Louis 
Comment 19 lsuarezpotts 2004-04-23 18:32:54 UTC
done; please check to confirm.
Louis 
Comment 20 pavel 2004-04-23 19:16:20 UTC
Works great!

Thank you!
Comment 21 pavel 2004-04-23 19:16:42 UTC
.