apostrophecms / apostrophe-events

10 stars 5 forks source link

The readme/docs should note the fact that there are start and end filters OOB #44

Open bobclewell opened 4 years ago

bobclewell commented 4 years ago

If you want to filter for events between dates, there are params that you can pass that work out of the box. There are start and end filters, but the readme doc doesn't make this clear. A sample URL to get events within a range:

http://localhost:3000/events?start=2020-03-02&end=2020-03-15

boutell commented 4 years ago

Yes, that would be excellent to cover. Want to do a PR?

On Sun, Feb 23, 2020 at 9:02 PM Bob Clewell notifications@github.com wrote:

If you want to filter for events between dates, there are params that you can pass that work out of the box. There are start and end filters, but the readme doc doesn't make this clear. A sample URL to get events within a range:

http://localhost:3000/events?start=2020-03-02&end=2020-03-15

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/apostrophecms/apostrophe-events/issues/44?email_source=notifications&email_token=AAAH27IOJIXG7CLJX6WD3H3REMTEDA5CNFSM4KZ757XKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IPTNT3Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAH27J7H5RVF3TTGN7V2ATREMTEDANCNFSM4KZ757XA .

--

THOMAS BOUTELL | CHIEF TECHNOLOGY OFFICER APOSTROPHECMS | apostrophecms.com | he/him/his

abea commented 4 years ago

@bobclewell Would you mind submitting a PR with the README update?