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.
1 parent 4f4396e commit 54e6042Copy full SHA for 54e6042
src/JSONDB/QueryParser.php
@@ -79,7 +79,7 @@ class QueryParser
79
* Registered query operators
80
* @var array
81
*/
82
- private static $operators = array('!=', '<>', '<=', '>=', '=', '<', '>');
+ private static $operators = array('%!', '%=', '!=', '<>', '<=', '>=', '=', '<', '>');
83
84
/**
85
* Quotes a value and escape reserved characters
0 commit comments