Skip to content

FIxes #277, Added changes for fix and fixed tests #278

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

Merged
merged 5 commits into from
May 7, 2018

Conversation

effexe
Copy link

@effexe effexe commented May 7, 2018

Closes #277

BUG FIX

  • reproduce issue in tests
  • fix issue

Copy link
Contributor

@jaredcnance jaredcnance left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@effexe
Copy link
Author

effexe commented May 7, 2018

No problem! Made one more change so when operation is null or whitespace, the equals sign is used without the colon being there. So for example if operation = "", then it will be filter[attribute]=value, instead of filter[attribute]=:value, which would cause it to break.

@jaredcnance jaredcnance merged commit c2e6779 into json-api-dotnet:master May 7, 2018
jaredcnance added a commit that referenced this pull request Aug 12, 2018
FIxes #277, Added changes for fix and fixed tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Filtered params in pagination links missing '=' before the operator and ':' after the operator
2 participants