ResistanceCalendar / resistance-calendar-api

API for Resistance Calendar events
MIT License
3 stars 7 forks source link

Support Search Term Query Option #41

Closed pdw207 closed 6 years ago

KamillaKhabibrakhmanova commented 7 years ago

I'll start on this one

aaghevli commented 7 years ago

Hey @KamillaKhabibrakhmanova, some of this work has been done using the odata-v4-mongodb library to conform with odata and some of the date and implemented on the client on #83

It did expose an issue that may be due to the specific library thought, so I opened an issue to track

const filter = createFilter(query.$filter);
console.log('mongo db filter from odata: ' + JSON.stringify(filter));
aaghevli commented 7 years ago

I filed a PR to see if the source library can be fixed:

https://github.com/jaystack/odata-v4-mongodb/pull/4

aaghevli commented 6 years ago

This has been fixed