Skip to content

Commit

Permalink
Fix change I didn't mean to make! 😓
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiuhl committed Sep 10, 2013
1 parent 098fa52 commit a8e5d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Amazon Cloud Search will give you a Search Endpoint and Document Endpoint. When

#### Boolean Query Usage

asari.search(filter: { and: { title: "donut", type: [[]] }})
asari.search(filter: { and: { title: "donut", type: "cruller" }})
asari.search("boston creme", filter: { and: { title: "donut", or: { type: "cruller",
type: "twist" }}}) # Full text search and nested boolean logic

Expand Down

0 comments on commit a8e5d84

Please sign in to comment.