Return to Snippet

Revision: 56999
at May 1, 2012 01:33 by ef


Initial Code
(filter #(case (first %)
               ("Kategoria 1" "Kategoria 2") false ; forms in the list aren't evaluated
               true)
        pquery-response)

Initial URL


Initial Description
Example of filtering by using case

Initial Title
Filtering by using case example

Initial Tags
filter

Initial Language
Clojure