Bug 445514 - Enhance mailinglist archive search
Summary: Enhance mailinglist archive search
Status: CONFIRMED
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: Wiki (show other bugs)
Version: unspecified
Hardware: Other Other
: P4 - Low : Enhancement (vote)
Target Milestone: ---
Assignee: Hendrik Vogelsang
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-16 21:01 UTC by Camaleon --
Modified: 2009-01-19 14:03 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Camaleon -- 2008-11-16 21:01:59 UTC
Hello,

Just some wishes to improve the web interface for mailinglist archive search:

1) Allow to select various lists to be searched for.
Instead of a combobox that only allows the user to search in one list at a time, just use a "list box" to allow multiple selections.

2) Allow searching inside e-mail message headers.
By allowing this, a user could perform a search by "Message-ID" or any other field used in message headers.

3) Expand "timeframe" to be a bit more flexible.
Adding more time periods: last 3 months, last 6 monts, last 9 months

Thanks!
Comment 1 Hendrik Vogelsang 2008-11-20 12:14:41 UTC
1 is possible. Do you have any layout preferences?

2 MSG_ID is already possible now. What headers are you missing?

3 Use the timeframe input fields for that
Comment 2 Camaleon -- 2008-11-20 16:47:01 UTC
(In reply to comment #1 from Hendrik Vogelsang)

> 1 is possible. Do you have any layout preferences?

No preferences :-), but as there are several elements in the list, I guess a:

<input name="select" size="3" multiple="yes">

Or some kind of, could be the right approach to keep the layout of the page. Keep it simple and accesible as it is now.
 
> 2 MSG_ID is already possible now. What headers are you missing?

O.K. That's right, it works. I didn't know about that possibility. Nice :-)

> 3 Use the timeframe input fields for that

Hum... o.k

Thanks!

Comment 3 Camaleon -- 2008-11-20 16:49:31 UTC
(In reply to comment #2 from Camaleon --)

> <input name="select" size="3" multiple="yes">

Yaaghh! My fault. 

That "input" should be a "select" :-P

Comment 4 Hendrik Vogelsang 2008-11-23 14:31:34 UTC
I rather ment layout on the web page not in the code :)
Comment 5 Camaleon -- 2008-11-23 14:55:13 UTC
(In reply to comment #4 from Hendrik Vogelsang)

> I rather ment layout on the web page not in the code :)

O.k. :-)

No, I have no preferences at all. I like the current interface for searching, it's quite clear, accesible and well integrated into whole design.

Just a question regarding "Message-ID" search. It works, but input field is restricted by the length of the string. 

I.e. searching for:

b23e69e70811230643j2d91486blfdc1a54f1cdff6ac@mail.gmail.com

returns: "Search word exceeded maxwordlimit setting"

I understand this is a security measure, but it is also a handicap for performing this kind of search :-?