Skip to content

Commit

Permalink
Not so hot with the restructured text.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdeboard committed Feb 27, 2012
1 parent 5050490 commit 1428e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -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"})
Expand All @@ -18,6 +19,7 @@ Composable queries
==================

::

(def query1 (filter :city "Springfield"))
(def query2 (filter :state "Florida"))

Expand Down

0 comments on commit 1428e53

Please sign in to comment.