Point Attribute?
-
Has there been any discussion of creating a point attribute? This would be an attribute that can store the two decimal numbers that make up a location like the POINT datatype in MySQL and PostgreSQL. This would be very useful for finding a nearby restaurant or dentist for the reservation system. It would also make storing, retrieving, searching locations from the database more efficient.
I know I can use text attribute with validation, but it would be useful to search for places based on location in the database.