Grooper Help - Version 25.0
25.0.0032 2,215

Geo Intersects Filter

Search Filter Grooper.GPT

Represents a geographic intersection filter for search queries, matching records where a field's value intersects a specified polygon.

Remarks

The GeoIntersectsFilter is used to filter search results based on whether a geographic field's value intersects a defined polygonal region. This filter is typically applied in AI Search scenarios where spatial queries are required, such as finding documents or records associated with locations inside a specific area.

Usage

  • Assign the GeoIntersectsFilter to a search query to restrict results to those where the specified field's value (such as a GeoPolygon or GeoPoint) intersects the provided polygon.
  • Configure the 'Field Name' property to identify the field containing geographic data to be compared.
  • Set the 'Polygon' property to define the geographic region of interest.
  • The filter generates an OData-compatible geo.intersects expression for use with supported search indexes.

Configuration Guidance

  • Ensure the target field is indexed and stores geographic data in a compatible format (e.g., GeoPolygon).
  • The polygon should be well-formed and use the same coordinate system as the field values.
  • Use this filter to support spatial queries such as region-based document retrieval, geofencing, or mapping applications.

The GeoIntersectsFilter enables advanced spatial filtering in Grooper's search infrastructure, supporting location-aware document and data retrieval.

Properties

NameTypeDescription

See Also

Used By

Notification