kylewill
kylewill
Possible to review this feature request? I'm running into the same challenge migrating from Algolia
Natural query language (e.g. (michael AND jackson) OR "king of pop") would be core for our use case where false negatives can be high
having this same issue. 1. create a new database 2. enable the postGIS and postgis_tiger_geocoder extensions run: SELECT * FROM tiger.reverse_geocode(ST_GeomFromText('POINT(-71.093902 42.359446)',4269),true) As r; error: Failed to run sql query:...