[ 
http://jira.dspace.org/jira/browse/DS-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Bollini reopened DS-23:
------------------------------


Added SVN commit info:
http://dspace.svn.sourceforge.net/viewvc/dspace?view=rev&revision=3336

> DSQuery invalid check for empty query string - ID: 2343849
> ----------------------------------------------------------
>
>                 Key: DS-23
>                 URL: http://jira.dspace.org/jira/browse/DS-23
>             Project: DSpace 1.x
>          Issue Type: Bug
>            Reporter: Charles Kiplagat
>             Fix For: 1.5.2
>
>
> 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 "()".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to