Bugs item #2343849, was opened at 2008-11-25 15:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Claudia Juergen (cjuergen)
Assigned to: Nobody/Anonymous (nobody)
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
-------------------------------------------------------------------------
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel