Add support for proximity search to handle misspellings, name variations, and names in other languages (e.g., non-English names like São Paulo, München, etc.).
There is a PostgreSQL extension that might help us make search work on these cases, but it is not enable in the database at the moment.
See https://github.com/earth-genome/foodtwin-global-app/pull/66#issue-2556852043
Add support for proximity search to handle misspellings, name variations, and names in other languages (e.g., non-English names like São Paulo, München, etc.).
There is a PostgreSQL extension that might help us make search work on these cases, but it is not enable in the database at the moment.