Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit e097705

Browse files
author
Reza Shadman
committed
Update README.md
1 parent 417f3d8 commit e097705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The philosophy of the *Pelastic* project is to provide a human friendly, object
1010
### Features
1111
- Explicit Query and Filter classes based on elasticsearch docs.
1212
- Plastic ODM, an ODM inspired by Laravel's *Eloquent*.
13-
- SQL monkey, SQL like abstraction layer over the *query* and *filter* features. (```$monkey->index('blog_posts')->where('_id', '225')->take(5);```).
13+
- SQL monkey, SQL like abstraction layer over the *query* and *filter* features. (```$monkey->index('blog_posts')->where('cats.id', 255)->take(5);```).
1414
- Plastic adapters, easily integrate *Plastic* and its ODM with your faramework's ORM and use them in a hybrid environment.
1515
- Eventing system, there is an event for any action.
1616
- Guzzle made request performer, which offers pretty exceptions, so you can develop more debug friendly.

0 commit comments

Comments
 (0)