ForrestBar search terms for mail-archive.com need updating.
-----------------------------------------------------------
Key: FOR-1011
URL: https://issues.apache.org/jira/browse/FOR-1011
Project: Forrest
Issue Type: Bug
Components: Tool: Forrestbar
Affects Versions: 0.8
Reporter: Gavin
Fix For: 0.8
ForrestBar uses an out of date search string for mail-archive.org.
Currently something like :-
('http://www.mail-archive.com/cgi-bin/htsearch?method=and&format=short&config=user_forrest_apache_org&restrict=&exclude=&words='
+ searchItem.value);
is used, but I get 404 errors for all archives.
Needs to be something like (not tested) :-
('http://www.mail-archive.com/[EMAIL PROTECTED]&q=' + searchItem.value);
would be the equivalent.
More queries could be added as options . More at
http://www.mail-archive.com/faq.html#search
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.