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.
我正在用 PHP 开发一个需要搜索东西的应用程序。但是我想根据含义搜索事物,因为有人搜索词 home 我想包含包含“house”作为关键字的事物。任何方式或任何库来实现这些?
对于复杂的搜索,您可能需要查看搜索服务器,例如Apache Solr。