提交 f41b6042 编写于 作者: C Calvin

Merge pull request #138 from boliza/patch-1

Update modules/core/src/main/java/org/springside/modules/persistence/Sea...
......@@ -37,7 +37,7 @@ public class SearchFilter {
throw new IllegalArgumentException(entry.getKey() + " is not a valid search filter name");
}
SearchFilter filter = new SearchFilter(names[1], Operator.valueOf(names[0]), value);
filters.put(filter.fieldName, filter);
filters.put(entry.getKey(), filter);
}
return filters;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册