views:

16

answers:

1

I am looking to create a site that contains a directory of places. Each place will include all the basic address information (Street, City, State, etc), and a short description. The end user will be able to search the directory by State, Zip Code, etc. I was wondering what you would recommend as the best CMS to tackle this?

Thanks for your input!

A: 

Drupal with taxonomy.

Or simply create a new content type in Drupal as Place. Define fields as State, City, Zipcode, etc. I haven't tried but, i assume Drupal does search in custom fields too.

Ankit Jain