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

Match listings based on similar addresses and property data #34

Open
gabeklavans opened this issue Feb 6, 2025 · 0 comments
Open

Match listings based on similar addresses and property data #34

gabeklavans opened this issue Feb 6, 2025 · 0 comments

Comments

@gabeklavans
Copy link
Owner

gabeklavans commented Feb 6, 2025

Some brokers list properties with slightly different addresses when they are in actuality the same exact property.

Rough pseudo code idea of how to match:

if new address is a substring of existing address:
    if beds match and baths match and prices match and availabilities match:
        they are actually the same, add this new address's link to the existing address

the first step of determining the address are similar enough could be tricky

additional consideration

some brokers put less information in the address. if this matching algo were implemented, we'd want to take the address that has more information. this could be as simple as updating the address column with whichever address has more characters when a match is found

@gabeklavans gabeklavans added this to the v2.0: Centralized hosting milestone Feb 6, 2025
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

No branches or pull requests

1 participant