-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Description
I'm wondering how the Adapter.find API could evolve if fortune was to support more querying features
Available options currently are :
- match
- exists
- range
The API does not seem to allow more advanced queries with negation for match, or a logical or operator.
An example is the waterline query language which has support for some features that I think would be useful in fortune :
- not
- or
- startWith
- contains
- endsWith
I'm not sure how such features would change the current API for adapters. I know that implementing this on fortune and adapters could be a lot of work. But I'm interested to work on these options
What about adding these new features ?