Add a private ERMrest._generateKeyValueFilters similar to _renderFacetHelpers.parseChoices that can be used everywhere else to get the parsed filter for key-value pairs.
Change the PseudoColumn.getAggregatedValue to use the API mentioned above (#958).
P.S. I didn't changed the batch unlink to use the new API since I wasn't sure how it will affect the tests, and wanted to finish the rest of changes first. I'll work on this after merging this PR.
This PR will,
Reference.delete
function to allow passing of tuples for the bulk delete feature in Chaise.ERMrest._generateKeyValueFilters
similar to_renderFacetHelpers.parseChoices
that can be used everywhere else to get the parsed filter for key-value pairs.PseudoColumn.getAggregatedValue
to use the API mentioned above (#958).P.S. I didn't changed the batch unlink to use the new API since I wasn't sure how it will affect the tests, and wanted to finish the rest of changes first. I'll work on this after merging this PR.