aboutsummaryrefslogtreecommitdiff
path: root/src/templates.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates.rs')
-rw-r--r--src/templates.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates.rs b/src/templates.rs
index 7e3753a..89b0ed8 100644
--- a/src/templates.rs
+++ b/src/templates.rs
@@ -36,6 +36,7 @@ fn payments_params(args: &HashMap<String, Value>) -> Result<Value> {
"search": args.get("search"),
"frequency": args.get("frequency"),
"highlight": args.get("highlight"),
+ "category": args.get("category"),
});
match serde_json::from_value(q) {