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.
我在运行 Apache 服务器时使用 Ruby on Rails、HTML(当然)、CSS(当然)、JavaScript、Sqlite 3 和 Ajax 创建一个网站。
我想要一个搜索功能,只搜索网站上的内容:人物、地点、想法、主题等。
我将如何在我的网站上获得这样的功能,您会建议哪些搜索“程序”?
PS我已经知道谷歌搜索的东西。
这个问题感觉你甚至都懒得自己去调查。
我猜你所有的内容都来自你的数据库?您必须将您的数据库与您的搜索引擎连接并搜索您的数据。
您可能应该搜索有关 SQLite 数据库的教程。