We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c646f0f + dee97c2 commit fee70e5Copy full SHA for fee70e5
README.md
@@ -56,7 +56,7 @@ class PetController extends Controller
56
Filters are done in the query parameters with the format `property:operator=term`, for example
57
58
* `name:eq=Bob` - WHERE name = 'Bob'
59
- * `age:lt=20` - WHERE age < 10
+ * `age:lt=20` - WHERE age < 20
60
* `employed:eq=true` - WHERE employed = 1
61
62
By default, if no operator is specified, it will default to `eq` so `name=Bob` will expand to `name:eq=Bob`
0 commit comments