From 1428e5368cdb7845980e42fc1def674737ecaecb Mon Sep 17 00:00:00 2001 From: Matt DeBoard Date: Mon, 27 Feb 2012 00:21:58 -0500 Subject: [PATCH] Not so hot with the restructured text. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 2c0a517..026c448 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,7 @@ Example queries =============== :: + (do-search "http://127.0.0.1:8983" (build-queryset (filter :city ["Indianapolis" "Muncie"])) {:rows 10 :fl "city,population,state"}) @@ -18,6 +19,7 @@ Composable queries ================== :: + (def query1 (filter :city "Springfield")) (def query2 (filter :state "Florida"))