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 37faf15 commit 8ef1f90Copy full SHA for 8ef1f90
src/Query/Filters/Operators.php
@@ -9,7 +9,7 @@ class Operators
9
# ToDo: Make this a enum with PHP 8.1
10
const EQUALS = 'equals';
11
const DOES_NOT_EQUAL = 'does_not_equal';
12
- const CONTAINS = 'contain';
+ const CONTAINS = 'contains';
13
const DOES_NOT_CONTAIN = 'does_not_contain';
14
const STARTS_WITH = 'starts_with';
15
const ENDS_WITH = 'ends_with';
0 commit comments