Re: [Dspace-tech] 1.5 - sort results bug

2008-08-11 Thread Anderson, Charles W

That didn't work either; although it broke differently.  The URLEncoder.encode 
method encodes the query in hex form, as "%22%22" -- which shows up in 
the hidden field as .  However, I then tried:

<%= (query==null ? "" : StringEscapeUtils.escapeHtml(query)) %>

That works.

Thanks,

Bill




On Fri, Aug 1, 2008 at 1:28 AM, Graham Triggs <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In dspace-jspui-webapp/src/main/webapp/search/results.jsp, replace the line:
>
>   
>
> with
>
>   " />
>
>
> If you are using the overlay war [against the war distributed in the Maven
> repository], you can simply copy the entire search/results.jsp from the
> standard war, place it at the appropriate location in your overlay war
> source directory, and make the change there.
>
> G
>
> On 31 Jul 2008, at 21:32, Susan Parham wrote:
>
>> Hi,
>>
>> I didn't get a response to my message last week, so am hoping someone
>> will spot it if I re-post.  Has anyone else experienced this problem?
>>
>> Susan
>>
>> -- Forwarded message --
>> From: Susan Parham <[EMAIL PROTECTED]>
>> Date: Wed, Jul 16, 2008 at 9:57 AM
>> Subject: Sort results in 1.5
>> To: dspace-tech@lists.sourceforge.net
>>
>>
>> We recently upgraded to 1.5 --
>>
>> After conducting a quoted phrase search (e.g., "computer science"), I
>> am unable to re-sort the results.  Results are listed by Relevance
>> (the default). When I try to resort the results list by any other
>> value, such as Issue Date or Title, I get the message that the search
>> produced no results.
>>
>> Is this a 1.5 bug which others experience?
>>
>> Susan
>>
>>
>>
>>
>>
>> --
>> Susan Wells Parham
>> Head, Digital Library Development
>> Georgia Institute of Technology
>> Library & Information Center
>> 404-894-4522
>> [EMAIL PROTECTED]
>>
>> -
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
> This email has been scanned by Postini.
> For more information please visit http://www.postini.com
>
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Bill Anderson
Software Developer
Digital Library Development
Georgia Tech Library

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 1.5 - sort results bug

2008-08-01 Thread Susan Parham
Thanks, guys!

We'll give this a go and let you know the results ...

Susan

On Fri, Aug 1, 2008 at 1:28 AM, Graham Triggs <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In dspace-jspui-webapp/src/main/webapp/search/results.jsp, replace the line:
>
>   
>
> with
>
>   " />
>
>
> If you are using the overlay war [against the war distributed in the Maven
> repository], you can simply copy the entire search/results.jsp from the
> standard war, place it at the appropriate location in your overlay war
> source directory, and make the change there.
>
> G
>
> On 31 Jul 2008, at 21:32, Susan Parham wrote:
>
>> Hi,
>>
>> I didn't get a response to my message last week, so am hoping someone
>> will spot it if I re-post.  Has anyone else experienced this problem?
>>
>> Susan
>>
>> -- Forwarded message --
>> From: Susan Parham <[EMAIL PROTECTED]>
>> Date: Wed, Jul 16, 2008 at 9:57 AM
>> Subject: Sort results in 1.5
>> To: dspace-tech@lists.sourceforge.net
>>
>>
>> We recently upgraded to 1.5 --
>>
>> After conducting a quoted phrase search (e.g., "computer science"), I
>> am unable to re-sort the results.  Results are listed by Relevance
>> (the default). When I try to resort the results list by any other
>> value, such as Issue Date or Title, I get the message that the search
>> produced no results.
>>
>> Is this a 1.5 bug which others experience?
>>
>> Susan
>>
>>
>>
>>
>>
>> --
>> Susan Wells Parham
>> Head, Digital Library Development
>> Georgia Institute of Technology
>> Library & Information Center
>> 404-894-4522
>> [EMAIL PROTECTED]
>>
>> -
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
> This email has been scanned by Postini.
> For more information please visit http://www.postini.com
>
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 1.5 - sort results bug

2008-07-31 Thread Graham Triggs
Hi,

In dspace-jspui-webapp/src/main/webapp/search/results.jsp, replace the  
line:



with

" />


If you are using the overlay war [against the war distributed in the  
Maven repository], you can simply copy the entire search/results.jsp  
from the standard war, place it at the appropriate location in your  
overlay war source directory, and make the change there.

G

On 31 Jul 2008, at 21:32, Susan Parham wrote:

> Hi,
>
> I didn't get a response to my message last week, so am hoping someone
> will spot it if I re-post.  Has anyone else experienced this problem?
>
> Susan
>
> -- Forwarded message --
> From: Susan Parham <[EMAIL PROTECTED]>
> Date: Wed, Jul 16, 2008 at 9:57 AM
> Subject: Sort results in 1.5
> To: dspace-tech@lists.sourceforge.net
>
>
> We recently upgraded to 1.5 --
>
> After conducting a quoted phrase search (e.g., "computer science"), I
> am unable to re-sort the results.  Results are listed by Relevance
> (the default). When I try to resort the results list by any other
> value, such as Issue Date or Title, I get the message that the search
> produced no results.
>
> Is this a 1.5 bug which others experience?
>
> Susan
>
>
>
>
>
> --
> Susan Wells Parham
> Head, Digital Library Development
> Georgia Institute of Technology
> Library & Information Center
> 404-894-4522
> [EMAIL PROTECTED]
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's  
> challenge
> Build the coolest Linux based applications with Moblin SDK & win  
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in  
> the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

This email has been scanned by Postini.
For more information please visit http://www.postini.com


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 1.5 - sort results bug

2008-07-31 Thread Mark Diggory
Thanks Tim,

Sorry I didn't catch it was the JSPUI :-)

On Jul 31, 2008, at 2:18 PM, Tim Donohue wrote:

> Susan,
>
> I was just able to duplicate this problem for the 1.5 JSPUI.  It's  
> also
> in the current pre-1.5.1 code (SVN 1.5.x branch) as well.  I'm not  
> sure
> what the problem is, but it's definitely a bug.  I'll log it in
> SourceForge shortly, and hopefully someone can fix it before 1.5.1 is
> released!
>
> It looks like the 1.5 XMLUI is unaffected...which is why Mark's system
> works fine (since it's using the XMLUI styled similar to the JSPUI).
>
> - Tim
>
> Mark Diggory wrote:
>> I get accurate results and sorting with our 1.5.x test system
>>
>> http://dspace-test.mit.edu/search?scope=%2F&query=%22computer 
>> +science%
>> 22&rpp=10&sort_by=1&order=DESC&submit=Go
>>
>> On Jul 31, 2008, at 1:32 PM, Susan Parham wrote:
>>
>>> Hi,
>>>
>>> I didn't get a response to my message last week, so am hoping  
>>> someone
>>> will spot it if I re-post.  Has anyone else experienced this  
>>> problem?
>>>
>>> Susan
>>>
>>> -- Forwarded message --
>>> From: Susan Parham <[EMAIL PROTECTED]>
>>> Date: Wed, Jul 16, 2008 at 9:57 AM
>>> Subject: Sort results in 1.5
>>> To: dspace-tech@lists.sourceforge.net
>>>
>>>
>>> We recently upgraded to 1.5 --
>>>
>>> After conducting a quoted phrase search (e.g., "computer  
>>> science"), I
>>> am unable to re-sort the results.  Results are listed by Relevance
>>> (the default). When I try to resort the results list by any other
>>> value, such as Issue Date or Title, I get the message that the  
>>> search
>>> produced no results.
>>>
>>> Is this a 1.5 bug which others experience?
>>>
>>> Susan
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Susan Wells Parham
>>> Head, Digital Library Development
>>> Georgia Institute of Technology
>>> Library & Information Center
>>> 404-894-4522
>>> [EMAIL PROTECTED]
>>>
>>>  
>>> --
>>> ---
>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>>> challenge
>>> Build the coolest Linux based applications with Moblin SDK & win
>>> great prizes
>>> Grand prize is a trip for two to an Open Source event anywhere in
>>> the world
>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>> ___
>>> DSpace-tech mailing list
>>> DSpace-tech@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>
>>
>> - 
>> 
>> This SF.Net email is sponsored by the Moblin Your Move Developer's  
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win  
>> great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in  
>> the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>
>
> -- 
> Tim Donohue
> Research Programmer, Illinois Digital Environment for
> Access to Learning and Scholarship (IDEALS)
> University of Illinois at Urbana-Champaign
> [EMAIL PROTECTED] | (217) 333-4648
>
> -- 
> ---
> This SF.Net email is sponsored by the Moblin Your Move Developer's  
> challenge
> Build the coolest Linux based applications with Moblin SDK & win  
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in  
> the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 1.5 - sort results bug

2008-07-31 Thread Tim Donohue
Susan,

I was just able to duplicate this problem for the 1.5 JSPUI.  It's also 
in the current pre-1.5.1 code (SVN 1.5.x branch) as well.  I'm not sure 
what the problem is, but it's definitely a bug.  I'll log it in 
SourceForge shortly, and hopefully someone can fix it before 1.5.1 is 
released!

It looks like the 1.5 XMLUI is unaffected...which is why Mark's system 
works fine (since it's using the XMLUI styled similar to the JSPUI).

- Tim

Mark Diggory wrote:
> I get accurate results and sorting with our 1.5.x test system
> 
> http://dspace-test.mit.edu/search?scope=%2F&query=%22computer+science% 
> 22&rpp=10&sort_by=1&order=DESC&submit=Go
> 
> On Jul 31, 2008, at 1:32 PM, Susan Parham wrote:
> 
>> Hi,
>>
>> I didn't get a response to my message last week, so am hoping someone
>> will spot it if I re-post.  Has anyone else experienced this problem?
>>
>> Susan
>>
>> -- Forwarded message --
>> From: Susan Parham <[EMAIL PROTECTED]>
>> Date: Wed, Jul 16, 2008 at 9:57 AM
>> Subject: Sort results in 1.5
>> To: dspace-tech@lists.sourceforge.net
>>
>>
>> We recently upgraded to 1.5 --
>>
>> After conducting a quoted phrase search (e.g., "computer science"), I
>> am unable to re-sort the results.  Results are listed by Relevance
>> (the default). When I try to resort the results list by any other
>> value, such as Issue Date or Title, I get the message that the search
>> produced no results.
>>
>> Is this a 1.5 bug which others experience?
>>
>> Susan
>>
>>
>>
>>
>>
>> --
>> Susan Wells Parham
>> Head, Digital Library Development
>> Georgia Institute of Technology
>> Library & Information Center
>> 404-894-4522
>> [EMAIL PROTECTED]
>>
>> -- 
>> ---
>> This SF.Net email is sponsored by the Moblin Your Move Developer's  
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win  
>> great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in  
>> the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 
> 
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 

-- 
Tim Donohue
Research Programmer, Illinois Digital Environment for
Access to Learning and Scholarship (IDEALS)
University of Illinois at Urbana-Champaign
[EMAIL PROTECTED] | (217) 333-4648

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 1.5 - sort results bug

2008-07-31 Thread Mark Diggory
I get accurate results and sorting with our 1.5.x test system

http://dspace-test.mit.edu/search?scope=%2F&query=%22computer+science% 
22&rpp=10&sort_by=1&order=DESC&submit=Go

On Jul 31, 2008, at 1:32 PM, Susan Parham wrote:

> Hi,
>
> I didn't get a response to my message last week, so am hoping someone
> will spot it if I re-post.  Has anyone else experienced this problem?
>
> Susan
>
> -- Forwarded message --
> From: Susan Parham <[EMAIL PROTECTED]>
> Date: Wed, Jul 16, 2008 at 9:57 AM
> Subject: Sort results in 1.5
> To: dspace-tech@lists.sourceforge.net
>
>
> We recently upgraded to 1.5 --
>
> After conducting a quoted phrase search (e.g., "computer science"), I
> am unable to re-sort the results.  Results are listed by Relevance
> (the default). When I try to resort the results list by any other
> value, such as Issue Date or Title, I get the message that the search
> produced no results.
>
> Is this a 1.5 bug which others experience?
>
> Susan
>
>
>
>
>
> --
> Susan Wells Parham
> Head, Digital Library Development
> Georgia Institute of Technology
> Library & Information Center
> 404-894-4522
> [EMAIL PROTECTED]
>
> -- 
> ---
> This SF.Net email is sponsored by the Moblin Your Move Developer's  
> challenge
> Build the coolest Linux based applications with Moblin SDK & win  
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in  
> the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] 1.5 - sort results bug

2008-07-31 Thread Susan Parham
Hi,

I didn't get a response to my message last week, so am hoping someone
will spot it if I re-post.  Has anyone else experienced this problem?

Susan

-- Forwarded message --
From: Susan Parham <[EMAIL PROTECTED]>
Date: Wed, Jul 16, 2008 at 9:57 AM
Subject: Sort results in 1.5
To: dspace-tech@lists.sourceforge.net


We recently upgraded to 1.5 --

After conducting a quoted phrase search (e.g., "computer science"), I
am unable to re-sort the results.  Results are listed by Relevance
(the default). When I try to resort the results list by any other
value, such as Issue Date or Title, I get the message that the search
produced no results.

Is this a 1.5 bug which others experience?

Susan





--
Susan Wells Parham
Head, Digital Library Development
Georgia Institute of Technology
Library & Information Center
404-894-4522
[EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech