GeoJSON Full-Text Search

Search every GeoJSON property for text and export only matching features, which is useful for quick brand, category, and location filtering.

Input

Drop a file here, or

Search is case-insensitive and matches string representations of property values; it does not search coordinates or use fuzzy matching.

GeoJSON

Understanding GeoJSON Full-Text Search

Records, properties and matching keys

Search every GeoJSON property for text and export only matching features, which is useful for quick brand, category, and location filtering.

GeoJSON Full-Text Search works with feature properties: the non-spatial fields attached to each geometry. Consistent field names, value types and stable identifiers make attribute operations more reliable.

How to review the records

Search is case-insensitive and matches string representations of property values; it does not search coordinates or use fuzzy matching.

When reviewing GeoJSON Full-Text Search, compare feature counts and a sample of properties before and after the operation. Pay particular attention to missing values, duplicate keys and values stored as different types.