LABKEY.ext.Store.load() failing when a large filter is applied

LabKey Support Forum (Inactive)
LABKEY.ext.Store.load() failing when a large filter is applied jeckels  2013-03-28 07:38
Status: Closed
 
Hi Leo,

That's correct. Behind the scenes, one uses GET parameters, which end up on the URL and are subject to the limit. The other uses POST parameters, which are not limited. It's something of an implementation quirk that they're handled differently like this, but it's currently how the server distinguishes between the two sets of filters.

Thanks,
Josh