Skip to content

Query limits issue on shorting #587

@ozziest

Description

@ozziest

It doesn't allow sorting on a query like this:

  get limits(): IQueryLimitConfig[][] {
    return [
      deny(QueryFeature.All),
      allow(QueryFeature.WhereLike, ["username"]),
      allow(QueryFeature.WhereEqual, ["username"]),
      allow(QueryFeature.Sorting, ["id"]),
      allow(QueryFeature.WhereLt),
    ];
  }

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnext-releaseThe feature will be released in the next releaseversion-patchIt is just a patch for the current version. It is not a new feature, nor a breaking change.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions