Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{"$area": {"type":"value", "name":"value"}, "$in":{"field":["value", "value]}}}

$area - $in:like - queries services that exist within geographical areas. $table.field is an optional search parameter that allows added filtering by taxonomy terms. This can be used with area:like as well.

Code Block
{"$area": {"type":"value", "name":"value"}, "$in:like":{"field":["value", "value]}}}


distance_info - this is a subquery of $table.field, $table.field:like, $area, $area:like
This query is only available for services/complete
This will return distance information of the services location relative to the center of the input location
the distance_info accepts three options.

...