From 15dc14b471c68d126e75f58da50113d877e51247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 10 Aug 2020 15:29:34 +0200 Subject: Allow param, children and type in search queries. --- module/vcomponent/search.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/vcomponent/search.scm b/module/vcomponent/search.scm index a5e8c4ce..4e604d89 100644 --- a/module/vcomponent/search.scm +++ b/module/vcomponent/search.scm @@ -63,7 +63,7 @@ (eval `(lambda (event) ,@expressions) (make-sandbox-module `( - ((vcomponent base) prop) + ((vcomponent base) prop param children type) ((ice-9 regex) string-match) ;; TODO datetime ,@all-pure-bindings) -- cgit v1.2.3