bbox-services / bbox

BBOX services
https://www.bbox.earth/
Apache License 2.0
55 stars 9 forks source link

need to cast other column's fields to text for non-text types to work #29

Closed kdesjard closed 5 months ago

kdesjard commented 5 months ago

If a queryable_field is a non-text column in a pg db, the query will fail with an error like

"operator does not exist: integer = text"

This patch casts all columns to text.