tracker.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-10-26 14:47:50 +02:00
parent 8710b9105f
commit fb3e1668d5
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -792,3 +792,15 @@ Fun: filter-map => list of filter-map
TK-Store => provide a minimalist abstraction to Databases.
IROH-CRUD => provide CRUD-only related abstractions
search that
#+begin_src clojure
(search ,,,,)
(iroh-crud/search-with-admin
{:,,,, :user-id xxx :org-id xxx})
=> (tk-store/search {:filter-map [{:user-id xxxx ,,,}
{:user-id xxxx :org-id org-id}]
})
#+end_src