Skip to content

Improve the "Ignoring keys" warning #25

Open
@matthewp

Description

@matthewp

It's common to see warnings such as:

can-query-logic: Ignoring keys: foo, bar

I think we an improve on this in a few ways:

  1. Make it more clear that this occurs when a query is requested (ie, when someone does Todo.getList(query). One idea is to log the actual query object.
  2. Point out that this often occurs when a custom Query Logic is needed and link to documentation about that.
  3. It's possible that you simply forget to wrap your query in filter: query. Not sure how to aid with this case.

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