From 50d053b6723efa0cec69828e4111a2ace16d32ff Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Mon, 18 Jan 2021 18:41:00 -0500 Subject: [PATCH] system filters are also public --- index/filters.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/filters.mk b/index/filters.mk index 82364683..7992bc2f 100644 --- a/index/filters.mk +++ b/index/filters.mk @@ -22,7 +22,7 @@ metadata: filter_search_json 'id', f.id, 'created_at', f.created_at, 'user_id', f.user_id, - 'public', f.public, + 'public', f.public or f.system, 'system', f.system, 'name', lower(f.name), 'description', f.description,