Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Mar 23, 2016
1 parent c4a3c16 commit c8309d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ var_export($entry);
```

Under the covers, the searching system uses [preg_match](http://php.net/manual/en/function.preg-match.php), with the
following structure: ` '{%s}Si' ` with %s being replaced by your input.
following structure: ` '{%s}Si' ` by default, with %s being replaced by your input.

If you wish for a case-sensitive search, pass in `true` as the 2nd parameter when executing `search()`.

## Sorting

Expand All @@ -244,4 +246,4 @@ For the moment this library serves my needs, however if anybody using this libra
improvements / modifications made, please let me know!

## Tests
...should probably do that.
...should probably do that.

0 comments on commit c8309d1

Please sign in to comment.