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

Support minDistance and maxDistance options for $near and $nearSphere operators #2583

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Nov 23, 2023

Q A
Type improvement
BC Break no
Fixed issues #2545

@alcaeus alcaeus added this to the 2.6.0 milestone Nov 23, 2023
@alcaeus alcaeus requested a review from malarzm November 23, 2023 13:21
@alcaeus alcaeus self-assigned this Nov 23, 2023
@alcaeus alcaeus force-pushed the geo-operator-min-max-distance branch from d256f9f to 502dd57 Compare November 23, 2023 13:21
@alcaeus alcaeus changed the title Support minDistance and maxDistance options for and operators Support minDistance and maxDistance options for $near and $nearSphere operators Nov 23, 2023
@alcaeus alcaeus linked an issue Nov 23, 2023 that may be closed by this pull request
Copy link
Member

@malarzm malarzm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM beside red SA reports 👍

@alcaeus alcaeus force-pushed the geo-operator-min-max-distance branch from 502dd57 to 4342efe Compare November 24, 2023 07:33
@alcaeus alcaeus force-pushed the geo-operator-min-max-distance branch from 4342efe to 5604d90 Compare November 24, 2023 07:41
@alcaeus alcaeus merged commit b098ab9 into doctrine:2.6.x Nov 24, 2023
16 checks passed
@alcaeus alcaeus deleted the geo-operator-min-max-distance branch November 24, 2023 07:46
alcaeus added a commit that referenced this pull request Nov 24, 2023
* 2.6.x: (32 commits)
  Deprecate DocumentRepository::clear (#2584)
  Support minDistance and maxDistance options for $near and $nearSphere operators (#2583)
  Remove API link from README
  Aggregation uses CursorInterface instead of Cursor
  Deprecate legacy commit options (#2578)
  Improve handling of circular type reference errors in Phpstan
  Add missing phpdoc
  Fix return type for overridden methods
  Fix phpstan errors
  Add sort operator to $search stage
  Bump actions/upload-artifact from 2 to 3 (#2572)
  Implement ObjectManager::isUninitializedObject (#2569)
  Use PHPUnit 10 (#2564)
  Test Symfony 7
  Support Symfony 7 by adding return types conditionally
  PHPCS is now happy with new syntax
  Stop suppressing UndefinedAttributeClass
  Drop support for old symfony components
  ReferenceMany: insert an empty array
  feat: Symfony 7 support
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add optional parameters to nearSphere and near GeoFuntions
2 participants