Skip to content

Commit

Permalink
Update return
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Oct 10, 2024
1 parent 598f39c commit c6208b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ private String getQueryString(HttpServletRequest request) throws UnsupportedEnco
}

if (queryString.equals("")) {
return "q=*:*";
queryString = "q=*:*";
}

LOG.fine("Solr query: " + queryString);
LOG.info("Solr query: " + queryString);

return queryString;
}
Expand Down

0 comments on commit c6208b9

Please sign in to comment.