+ Reply to Thread
Results 1 to 3 of 3

Thread: City or area misspellings

  1. #1

    Default City or area misspellings

    How do I account for common misspellings of cities/areas when creating an area snippet?

  2. #2
    Aaron is offline Real Estate Webmasters Staff Aaron's Most Recent Blog Entry: Email etiquette Aaron is on a distinguished road
    Join Date
    Jun 2005
    Location
    Nanaimo
    Posts
    23,433

    Default Re: City or area misspellings

    You could make an entry for each one like:

    $_REQUEST['search_city'][] = "cityspelling1";
    $_REQUEST['search_city'][] = "cityspelling2";
    $_REQUEST['search_city'][] = "cityspelling2";
    $_REQUEST['search_city'][] = "cityspelling3";

    It amazes me that the MLS boards would let agents enter misspelled cities, not to mention the agents not being able to spell the city they are listing the property in.

    Thank you,
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  3. #3

    Default Re: City or area misspellings

    Thanks Aaron! It amazes me as well.... in the search options set up for my page there are several spellings Antioch and Cane Ridge. I had the hardest time trying to figure out whether to leave the different spellings or not. I opted to leave them because they were in the list directly from the mls and I really didn't know any better so there they are. What i hate about it is that it reflects on my site (me) as not knowing how to spell each city. On the flip side it would be worse to not have them there and many homes be impossible to find.

    Thanks again!

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 04-21-2009, 12:34 PM
  2. Replies: 0
    Last Post: 04-21-2009, 12:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts