Fix geojson#3586
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR corrects documentation for GeoJSON filtering in Meilisearch by updating the referenced filterable attribute from ChangesGeoJSON Documentation Correction
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Fixes #3585
Checklist
For internal Meilisearch team member only:
For external maintainers
Summary
Fixes documentation for GeoJSON filtering by correcting the filterable attribute from
_geoto_geojson.Changes
.code-samples.meilisearch.yaml: Added code samplegeosearch_guide_filter_settings_2demonstrating how to configure theneighborhoodsindex'sfilterable-attributesto include["_geojson"]via aPUTrequest.capabilities/geo_search/how_to/use_geojson_format.mdx: Updated the "Filtering and sorting with GeoJSON documents" section to:_geojson(instead of_geo) as the filterable attribute for GeoJSON documents_geoRadius,_geoBoundingBox,_geoPolygon)Fixes
Resolves issue
#3585by correcting the documented filterable attribute for GeoJSON, addressing feedback from multiple customers about the documentation error.