From 23e428950a8846882df7365cf40ddd2220b3d594 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 15 Feb 2022 15:52:12 -0600 Subject: changed commands field to tags. simplified and tested search --- src/package.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index 279eb37..9575d3e 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -2,7 +2,8 @@ (:use :cl) (:local-nicknames (#:lzb #:lazybones) (#:a #:alexandria-2) - (#:db #:bknr.datastore)) + (#:db #:bknr.datastore) + (#:json #:jonathan)) (:import-from #:lazybones #:defendpoint* #:http-err)) -- cgit v1.2.3