Skip to content

Commit

Permalink
add multivalued filed search examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yxzhang committed Sep 2, 2013
1 parent e98d69e commit 2db8080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ You can use clojure collection to manage multivalued fields, eg.
(clucy/add index
{:name "Bob", :books ["Clojure Programming" "Clojure In Action"] }


user=> (search index "books:action" 10)
({:name "Bob", :books ["Clojure Programming" "Clojure In Action"]})

Storing Fields
--------------
Expand Down

0 comments on commit 2db8080

Please sign in to comment.