You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In nest you could do something like this q.GeoBoundingBox( m => m.Field(p => p.Field3).BoundingBox( "51.5032520,-0.1278990", "51.5032520,-0.1278990"))));
Describe the solution you'd like
It's not clear what options you need on the bounding box without really digging into the code and then changing all the arguments.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
niemyjski
changed the title
GeoBoundingBox BoundingBox can no longer accept cordinates as params
GeoBoundingBox BoundingBox can no longer accept coordinates as params
Feb 28, 2025
Is your feature request related to a problem? Please describe.
In nest you could do something like this
q.GeoBoundingBox( m => m.Field(p => p.Field3).BoundingBox( "51.5032520,-0.1278990", "51.5032520,-0.1278990"))));
Describe the solution you'd like
It's not clear what options you need on the bounding box without really digging into the code and then changing all the arguments.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: