Bugs item #2343849, was opened at 2008-11-25 15:04
Message generated for change (Settings changed) made by cjuergen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2343849&group_id=19984
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Claudia Juergen (cjuergen)
>Assigned to: Claudia Juergen (cjuergen)
Summary: DSQuery invalid check for empty query string
Initial Comment:
in org.dspace.search.DSQuery
the check for empty query Strings
static String checkEmptyQuery(String myquery)
{
if (myquery.equals(""))
{
myquery = "empty_query_string";
}
return myquery;
}
does not "catch" empty query strings as these are "()".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2343849&group_id=19984
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel