mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-05 17:21:38 -05:00
No need to use LOWER for category because cliki_project_category.category is all downcased.
This commit is contained in:
parent
82457caf53
commit
90ab6bdc2a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
(rows (retrieve-all
|
(rows (retrieve-all
|
||||||
(select (:project_name :category)
|
(select (:project_name :category)
|
||||||
(from :cliki_project_category)
|
(from :cliki_project_category)
|
||||||
(where (:like (:lower :category) (format nil "%~(~A~)%" query))))))
|
(where (:like :category (format nil "%~(~A~)%" query))))))
|
||||||
(rows (remove-if-not
|
(rows (remove-if-not
|
||||||
(lambda (row)
|
(lambda (row)
|
||||||
(ppcre:scan scanner (getf row :category)))
|
(ppcre:scan scanner (getf row :category)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue