You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[
{
"id": 1,
"from": "12/24/2024",
"to": "12/25/2024",
"prior": 7,
"isAllDay": true,
"title": "Closed for Christmas",
"description": "This is a description of the event that has been added,.",
"location": "Uptown",
"group": "Group 1",
"type": 1,
"customTags": {
"closed": true
}
}
...
]
I am trying to select all of the current or future entries where the "from" date column is equal to a given date or greater than a given date, but I don't see a method for that in the where function. I need something like this:
There is no support for this at the moment. To cover more conditions around the where statement; passing a callable as argument to where() should be way to go!
I could try to implement this over the weekend. If you can do this, you can make a PR too.
Using a json like this:
I am trying to select all of the current or future entries where the "from" date column is equal to a given date or greater than a given date, but I don't see a method for that in the where function. I need something like this:
I tried something like this but it did not work:
Any methodology for that or do I need to code that myself?
The text was updated successfully, but these errors were encountered: