X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/9d6c69fb50810bef64e6f3357a21b4f4397e2b1b..7c3aade7181b199b6c31f82dd24821ed1afb176f:/src/mewa/presentations.lisp diff --git a/src/mewa/presentations.lisp b/src/mewa/presentations.lisp index 39a6647..7e58ce2 100644 --- a/src/mewa/presentations.lisp +++ b/src/mewa/presentations.lisp @@ -120,7 +120,6 @@ (if (listp e) e (list e)))) (ucw::criteria self)))) - (defmethod search-query ((self mewa:mewa-presentation-search)) (search-expr self (instance self))) @@ -132,10 +131,11 @@ (defmethod ok ((self mewa-presentation-search) &optional arg) (declare (ignore arg)) - (setf (ucw::list-presentation self) (valid-instances self)) + (setf (ucw::instances (ucw::list-presentation self)) (valid-instances self)) (setf (display-results-p self) t)) (defmethod render-on ((res response) (self mewa-presentation-search)) + ;(<:as-html (search-query self)) (ucw::render-criteria res self) (