Closed ockam closed 4 years ago
Please, if possible, add some documentation on using the query behavior in a query.
Following your suggestion on Discord, i have successfully been able to make this query work:
craft.entries().section('publications').isOnGoing('fieldHandle').all()
But now, I need to check 2 date range fields with a orWhere query. Please advise.
Done! https://github.com/studioespresso/craft-date-range#element-querries
queries only takes one r
Oops, fixed :)
Please, if possible, add some documentation on using the query behavior in a query.
Following your suggestion on Discord, i have successfully been able to make this query work:
craft.entries().section('publications').isOnGoing('fieldHandle').all()
But now, I need to check 2 date range fields with a orWhere query. Please advise.