I'm not 100% sure this is a Date bug but it looks likely.
If you go to http://lacrosseareacameraclub.org/activities/schedule it fills in the default date of yesterday to 3 years from now to show the current schedule. That works fine. If you then use the pager to go to page 2, it repeats 3 nodes that are from the first page. If you then go to page 1, you see why: the date filter goofs up when you use the pager.
The filters in the URL when you go to page 2 look like this (assuming you have not changed the filter from its defaults):
&field_activity_when_value_op=between
&field_activity_when_value[value]
&field_activity_when_value[default_date]=yesterday
&field_activity_when_value[min]
&field_activity_when_value[max]
&field_activity_when_value[default_to_date]=%2B2%20years
&page=1
It looks like some values are missing there? I'm afraid I don't know enough about either Date or exposed filters to be a lot of help but I'd be happy to test any ideas you may have. :)
Thanks,
Michelle
Comments
Comment #1
michelleBecause the paging is so confusing on the live site, I increased the number of nodes per page and there currently isn't a pager. If you need to see it in action, just let me know.
Michelle
Comment #2
WilliamB commentedAye i ve the same issue and that is causing me the error message i posted in http://drupal.org/node/1239686
My pager link look like:
http://mysite.com/aliasofthepage?datepicker[value]&datepicker[default_da...
when there is only 2 exposed field: title which works fine and datepicker with is a date field with no default value actualy.
Comment #3
karlsheaBump, we are seeing the same problem.
Comment #4
WilliamB commentedAt the moment i corrected it with Javascript. But this is not a long term solution...
Comment #5
nagiek commentedHave the same problem. I think it only happens if you have "remember last selection". I think Views is storing Session views variables differently, so the retrieval does not get a proper value.
Comment #6
karlsheaWe are seeing it happen without the "remember last selection" enabled as well.
Comment #7
WilliamB commentedIs anyone working on this?
Comment #8
karens commentedLooks like a duplicate of #1271726: Issue with pager and exposed text date filter in views.
Comment #9
karens commentedWrong status.
Comment #10
michelleWell, to be fair, that one is the duplicate, not this one. :P Thanks for fixing it. :)
Michelle
Comment #11
karens commentedTrue, but that is the one I saw first :)
Comment #12
michelleHehe. That's fine. I'm just happy to see it fixed. Just couldn't resist getting a little tease in. :)
Michelle