Skip to content

Instantly share code, notes, and snippets.

@mwmitchell
Created November 23, 2011 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwmitchell/1387726 to your computer and use it in GitHub Desktop.
Save mwmitchell/1387726 to your computer and use it in GitHub Desktop.
(query [q "test this"
colors ["red" "blue"]]
(or
(contains q)
(includes colors)))
;; "\"test this\" OR IN(\"red\", \"blue\")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment