Skip to content

Easier conditional filters #3

@RobertGrubb

Description

@RobertGrubb

Problem

Right now if you want to use 1 conditional filter, you must do it with the following syntax:

$filerdb->collection('users')->filter([ ['age', '>', 10] ]);

Ideal Solution

$filerdb->collection('users')->filter([ 'age', '>', 10 ]);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions