Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Incorrect description for union search output.
  • Loading branch information
kbsanders committed Jan 23, 2014
1 parent 909e1ac commit 618876e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -42,7 +42,7 @@ search
});
```

By default reds performs an intersection of the search words, the previous example would yield the following output:
By default reds performs an intersection of the search words. The previous example would yield the following output since only one string contains both "Tobi" _and_ "dollars":

```
Search results for "Tobi dollars":
Expand All @@ -64,7 +64,7 @@ search
}, 'or');
```

The intersection would yield the following since only one string contains both "Tobi" _and_ "dollars".
The union search would yield the following since three strings contain either "Tobi" _or_ "dollars":

```
Search results for "tobi dollars":
Expand Down

0 comments on commit 618876e

Please sign in to comment.