Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The length limit of the address parameter is too strict #115

Open
Mini256 opened this issue Aug 10, 2022 · 0 comments
Open

The length limit of the address parameter is too strict #115

Mini256 opened this issue Aug 10, 2022 · 0 comments

Comments

@Mini256
Copy link

Mini256 commented Aug 10, 2022

Describe the bug

In GeocodeQuery, the constraints limit the parameter address length. In fact, many Chinese place names only need two words to describe.

For example, 杭州 means Hangzhou city, its length is only 2, but this is a valid address.

Maybe there are some place names in other languages also short.

@MinLength(5)

To Reproduce

// Example code here

Expected behavior

Environment:

  • Geocoder Version: x.y.z
  • Node version: x.y.z

Additional context/Screenshots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant