Skip to content

OR operator for filtering within variable #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wisepotato opened this issue Oct 22, 2018 · 1 comment
Closed

OR operator for filtering within variable #435

wisepotato opened this issue Oct 22, 2018 · 1 comment

Comments

@wisepotato
Copy link
Contributor

Description

I think the current filtering system is lacking. I think an implementation akin to OData would serve us well here.

The current implementation does not handle OR operators and I think we would be needlessly complicating things by using the current system.

Any ideas on future implementation of OR/AND combinations which are currently.. less than ideal?

an example:

((name like John) and (lastname like Pappa)) OR (name like P-diddy) OR (lastname like eminem

Environment

  • JsonApiDotNetCore Version:
  • Other Relevant Package Versions:
@jaredcnance
Copy link
Contributor

Duplicate of #183

@jaredcnance jaredcnance marked this as a duplicate of #183 Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants