Skip to content
New issue

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

Can't get the "is" filter to work on date field #62

Open
wisolman opened this issue Aug 28, 2010 · 0 comments
Open

Can't get the "is" filter to work on date field #62

wisolman opened this issue Aug 28, 2010 · 0 comments

Comments

@wisolman
Copy link

Given a value of 2010-05, the S2 date filter would return all entries for the month of May in 2010. The S3 date filter doesn't appear to do that. Furthermore, I can't get the S3 date filter to return anything with the "is" condition. Say the date value in the db is 2010-07-12 00:00:00. It will not return that entry if the filter is "date is 2010-07-12".

Also, the files field.date.php and field.number.php test on the variable $this->last_handle, while that variable does not appear to be set anywhere in the code. It seems to me that it should be $this->join_handle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant