Skip to content
Snippets Groups Projects
Commit cc760c3d authored by anttil's avatar anttil
Browse files

SSDM-3720: Regression Bug on Search - Lucene index parser broken

SVN: 36621
parent cbe5e119
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ public class SortableNumberBridgeUtils
return getNumberForLucene(Double.parseDouble(number));
} catch (Exception ex2)
{
return number;
return "\"" + number + "\"";
}
}
}
......
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