Skip to content

Fixed parsing of 'sort' when containing '=' character#14

Open
flmg wants to merge 2 commits intokideh88:masterfrom
flmg:splitSortByRegex
Open

Fixed parsing of 'sort' when containing '=' character#14
flmg wants to merge 2 commits intokideh88:masterfrom
flmg:splitSortByRegex

Conversation

@flmg
Copy link

@flmg flmg commented Dec 27, 2017

Hey there!

I replaced the sort parameter split using a regular expression to fix an issue when it contained an = character. For example: sort=-(value1=test),value2 was parsed to ['-(value1']. It is now properly parsed to ['-(value1=test)', 'value2']

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant