Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Query Remaps:



$area query is remapped to $area:like
$area:like query is slower than the $area query but queries can disregard split regions.

example: In an $area:like query 49505 will return 49505 And 49505-Kent


Specific $table.field query is remapped to $and query:
Only table.fields in the exact format below are remapped

query format remapped:
{"$table.field":[{"mi_bridges_id_matches.site_id__c": [...]},{"mi_bridges_id_matches.agency_id__c": [...]}]}

remapped to: {$and:[{location_id: [...]},{organization_id: [...]}]}


ID Remaps:




  • No labels