# geoCoordinates Sorting?

**URL:** https://forum.weaviate.io/t/geocoordinates-sorting/763
**Category:** Support
**Tags:** developer-experience
**Created:** [October 2, 2023, 9:43am UTC](https://forum.weaviate.io/t/geocoordinates-sorting/763 "2023-10-02T09:43:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mrisher](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/mrisher/32/530_2.png) [@mrisher](https://forum.weaviate.io/u/mrisher)
#### Post date: [October 2, 2023, 9:43am UTC](https://forum.weaviate.io/t/geocoordinates-sorting/763/1 "2023-10-02T09:43:14Z")

</div>

Hi, there:  
(Posted this [on Slack](https://weaviate.slack.com/archives/C02RRQP23K3/p1696006248038059) as well)

I am amble to filter a query based on `geoCoordinates` through a WHERE clause, but I can’t find a way to sort or OrderBy by a geoCoordinates field. Has anyone gotten this working? In SQL I could create an implied field and I see some examples using aliases in other implementations of GraphQL but can’t get it going in Weaviate.

Thank you!  
/m

---

<div class="post-metadata">

### Author: ![DudaNogueira](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/dudanogueira/32/7846_2.png) [@DudaNogueira](https://forum.weaviate.io/u/DudaNogueira)
#### Post date: [October 3, 2023, 11:33am UTC](https://forum.weaviate.io/t/geocoordinates-sorting/763/2 "2023-10-03T11:33:55Z")

</div>

hi @mrisher! Welcome to our community 🤗

Sorry for the delay here 😞

If you filter by geocoordinate, you will get the closest results first. Is that what you are looking for?

If you just query the data, without passing a reference geocoordinate it will simply list the objects, without any sorting.
