Skip to content

fix byintersection spatial filter

Mingyang Zhu requested to merge fix-by-intersection-spatial-filter-bug into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

API fails given valid byintersection spatial filter with elasticsearch exception caused by wrong converted elasticsearch query

What is the new/expected behavior?

byIntersection spatial filter works again

Have you added/updated Unit Tests and Integration Tests?

Yes, integration test cases have been added to avoid such regression in the future

Any other useful information

related issue: #321

Merge request reports

Loading