Skip to content

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