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 6133b20 commit 5897e91Copy full SHA for 5897e91
src/XIVAPI/Api/SearchFilters.php
@@ -7,6 +7,6 @@ class SearchFilters
7
const EQUAL_TO = '=';
8
const GREATER_THAN = '>';
9
const GREATER_THAN_OR_EQUAL_TO = '>=';
10
- const LESS_THAN = '>';
11
- const LESS_THAN_OR_EQUAL_TO = '>=';
+ const LESS_THAN = '<';
+ const LESS_THAN_OR_EQUAL_TO = '<=';
12
}
0 commit comments