对于基于位置的目录来说,什么是好的 CMS?
我正在创建一个包含地点目录的网站。每个地点将包含所有基本地址信息(街道、城市、州等)和简短描述。最终用户将能够按州、邮政编码等搜索目录。我想知道您会推荐什么作为解决此问题的最佳 CMS?
感谢您的意见!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Drupal 与分类法。
或者直接在 Drupal 中创建一个新的内容类型作为
Place
。将字段定义为州、城市、邮政编码等。我没有尝试过,但我假设 Drupal 也会在自定义字段中进行搜索。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.