We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI,
If filters applied on same field twice then it doesn't work as expected.
Like for example when scanning between two dates - start date and end date on same "createdDate" field:
$table->scan()->->filter(Condition::attribute('createdDate')->gtOrEq($start_date))->filter(Condition::attribute('createdDate')->ltOrEq($end_date))
As per my findings this is due to same prefix applied to both filters so it will replace same value for prefix "CmpcreatedDate"
Thanks.
The text was updated successfully, but these errors were encountered:
any update regarding this issue ?
Sorry, something went wrong.
No branches or pull requests
HI,
If filters applied on same field twice then it doesn't work as expected.
Like for example when scanning between two dates - start date and end date on same "createdDate" field:
$table->scan()->->filter(Condition::attribute('createdDate')->gtOrEq($start_date))->filter(Condition::attribute('createdDate')->ltOrEq($end_date))
As per my findings this is due to same prefix applied to both filters so it will replace same value for prefix "CmpcreatedDate"
Thanks.
The text was updated successfully, but these errors were encountered: