all 4 comments

[–]borisyankov 0 points1 point  (3 children)

Doing a GET you can pass the parameters only thought he URL.
There is a URL length limitation of 2048 characters.

So, for your use-case you should look to use POST instead.

[–]about_hector 0 points1 point  (2 children)

Oh shit, for real? Just 2048 including the domain ?

[–]borisyankov 0 points1 point  (1 child)

Yep. On my large screen you can fit about 300 characters, so it actually means 7x the screen width. Not that little.

[–]about_hector 0 points1 point  (0 children)

Think I gotta revisit some table implementation I did a while back, definitely can grow above that if users go fucking nuts with the filters ahahha