Skip to content

Commit

Permalink
reflect the new changes in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Selge committed Aug 12, 2016
1 parent 83d9605 commit 7fd34c5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ running the command:
```shell
php artisan vendor:publish
```

## Todo

- Write a more exhaustive documentation and maybe even a wiki
- Have an advanced filter algorithm. The syntax is in place, the parser is still
missing:
## Filtering

### Syntax:
```
Expand All @@ -61,3 +56,9 @@ the third part is the value to compare to. the filter statements are separated
by a comma (,) or a pipe (|). The comma means **and** the pipe means **or**.
Statements can be wrapped into parenthesis like in a mathematical function, to
sort their execution sequence.

## Todo

- Write a more exhaustive documentation and maybe even a wiki
- Write more tests

0 comments on commit 7fd34c5

Please sign in to comment.