daremon / urlclustering

Package to facilitate URL clustering
MIT License
68 stars 27 forks source link

Sort Query String parameters #1

Open daremon opened 8 years ago

daremon commented 8 years ago

ParsedURL should sort Query String parameters in parts. Now these URLs will not cluster: http://example.com/?a=1&b=1 http://example.com/?b=2&a=2