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

Add partial matching #15

Merged
merged 6 commits into from
Nov 24, 2023
Merged

Add partial matching #15

merged 6 commits into from
Nov 24, 2023

Conversation

apainintheneck
Copy link
Owner

Adds partial matching for countries and currencies. It also fixes a small bug where currencies couldn't be searched by ISO4217 number.

The biggest change here is the addition of the Atlas::Util::WordMap data structure which allows us to easily partially match a list of words to names. This allows states united and united states to match the same country.

Closes #4

@apainintheneck apainintheneck merged commit 6e7c183 into main Nov 24, 2023
9 checks passed
@apainintheneck apainintheneck deleted the add-partial-matching branch November 24, 2023 07:05
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.

Add partial match support
1 participant