The judgment facet created after a recon operation is done should also show (blank) and (unreconciled) choices

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1696 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-10-26 04:57:02 +00:00
parent 2a77e7bd8a
commit 8ccf9d1bf8

View File

@ -172,8 +172,7 @@ public class ReconOperation extends EngineDependentOperation {
writer.object();
writer.key("name"); writer.value(_columnName + ": judgment");
writer.key("columnName"); writer.value(_columnName);
writer.key("expression"); writer.value("cell.recon.judgment");
writer.key("omitError"); writer.value(true);
writer.key("expression"); writer.value("forNonBlank(cell.recon.judgment, v, v, if(isNonBlank(value), \"(unreconciled)\", \"(blank)\"))");
writer.endObject();
writer.key("facetOptions");
writer.object();