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
* Attempt to allow fuzzy-match filter in fortune-postgres
Notes
-----
I am unsure what field of options may be used.
The options.query already seemed to be used, so started looking for
another field.
As I understand it, Adapter.find leaves the possibility of extra
fields on the options object unspecified. Therefore, I added the
fuzzyMatch field.
* WIP: fuzzy-matching on relationship
As a try out, I extend the fuzzy matching on relationship
- Abstracted away relation filter parsing
- Change filter[author.posts] to filter[author:posts].
Ember (considered baseline use case) doesn't like parsing the former
format in its queryParams parser.
* Make sure actual table setup is used to construct queries
See PR discussion remark #35 (comment)
* Concised version of if/else branch
see:
#35 (comment)
* automated linter fixes
* fix linting
0 commit comments