Skip to content

Commit

Permalink
fix for total field index limit on ES
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Oct 2, 2024
1 parent 9ccce40 commit a0a9f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-app/services/au/org/ala/ecodata/SiteService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ class SiteService {
log.info("Unable to get simplified project area geometry (site ${site.siteId}")
}

// remove extent to not avoid total fields limit in ES
site?.remove('extent')
site
}

Expand Down

0 comments on commit a0a9f34

Please sign in to comment.