Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想实现一个简单的搜索文本框,用户可以在其中通过指定关键字来搜索网站的任何内容。
管理员应该能够配置搜索结果,即他可以启用/禁用任何关键字,因此与该关键字相关的页面将不会显示在搜索结果中。
我心里只有一个选择...
我们可以放置一个管理员可编辑的xml文件,xml文件将包含关键字和与该关键字相关的url,因此管理员可以随时启用/禁用它。
但不确定它有多可靠!
请分享您的想法...