Skip to content
Snippets Groups Projects
Commit 99e4c8f1 authored by juanf's avatar juanf
Browse files

SSDM-2709: Screening backwards compatibility fix.

SVN: 34955
parent 79927268
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ public class DetailedQueryBuilder
LuceneQueryBuilder.adaptQuery(fieldUserQuery,
useWildcardSearchMode, false);
fieldAnalyzer = new IgnoreCaseAnalyzer();
} else if(isNumeric)
} else if(isNumeric && criterion.getType() != null)
{
String parsedNumberValue = SortableNumberBridgeUtils.getNumberForLucene(criterion.getValue());
switch(criterion.getType()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment