Skip to content

Filter OR operator and complex predicates #183

Closed
@jaredcnance

Description

@jaredcnance

Currently, filter values are split by comma into separate FiterQuerys. This makes things like this possible:

?filter[attr]=abc,like:def

But, this doesn't make much sense and the proper query should be:

?filter[attr]=abc&filter[attr]=like:def

It also prevents custom queries from being picked up using IQueryAccessor.GetRequired<>()

This issue has been re-purposed for the discussion of complex filter predicates (anything other than simple serial AND)

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