Skip to content

feature/improve-postcode-matching#172

Merged
chopkinsmade merged 1 commit into
mainfrom
feature/improve-postcode-matching
Mar 2, 2026
Merged

feature/improve-postcode-matching#172
chopkinsmade merged 1 commit into
mainfrom
feature/improve-postcode-matching

Conversation

@chopkinsmade
Copy link
Copy Markdown
Contributor

@chopkinsmade chopkinsmade commented Feb 23, 2026

Description

Improve the current matching for postcode data using an updated regex. The previous regex would match on strings where a part of the string matched a postcode format. For example, the string f500f7d832fe would trigger a suspected match on d832fe as this matches a postcode format

Contributors

Let's acknowledge the people who contributed to the work.

Type of change

  • Refactoring (made code better without changing its behaviour)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How this has been tested

Automated tests have been updated, and some repositories have been used to test this manually

Checklist

  • I have performed a self-review of my code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Reviewer Checklist

  • I have reviewed the PR and ensured no secret values are present

@chopkinsmade chopkinsmade force-pushed the feature/improve-postcode-matching branch 2 times, most recently from 66ed415 to 7713bb8 Compare February 23, 2026 12:57
@chopkinsmade chopkinsmade force-pushed the feature/improve-postcode-matching branch from 7713bb8 to 4fc29a9 Compare March 2, 2026 10:20
@chopkinsmade chopkinsmade marked this pull request as ready for review March 2, 2026 10:36
@chopkinsmade chopkinsmade requested a review from a team as a code owner March 2, 2026 10:36
@chopkinsmade chopkinsmade merged commit 0a87f87 into main Mar 2, 2026
19 checks passed
@chopkinsmade chopkinsmade deleted the feature/improve-postcode-matching branch March 27, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants