Does LABKEY.ext.Store work with LabKey's parameterized queries?

LabKey Support Forum (Inactive)
Does LABKEY.ext.Store work with LabKey's parameterized queries? Henrich, Evan  2017-09-19 12:15
Status: Closed
 
Hi Jon,

I saw that the bug was classified as "fixed".

However, I still get an error for the example we sent you from within our SDY80:
var chk = new LABKEY.ext.Store({ schemaName: 'study', queryName: 'IRP_all', parameters: { 'pids': 'SUB114450.80'}, autoLoad: true })

The error is "XML Parsing Error: not well-formed
Location: https://test.immunespace.org/query/Studies/SDY80/selectRows.view"

If I add in the rest of the url manually, it works just fine:
https://test.immunespace.org/query/Studies/SDY80/selectRows.view?schemaName=study&query.queryName=IRP_all&query.param.pids=SUB114450.80

Am I constructing the Store correctly? Or this a different way for this to be done?

E