Skip to content

Adapter find options additions  #186

@kketch

Description

@kketch

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 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions