如何根据标签和帖子标题确定相关帖子?

发布于 2024-11-04 10:40:02 字数 52 浏览 1 评论 0原文

谁能告诉我如何获得 PHP & SQL根据标题和标签确定与当前帖子相似的相关帖子?

Can anyone tell me how i can get PHP & SQL to determine related posts that are similar to the current based on a title and tags?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

当爱已成负担 2024-11-11 10:40:02

您将标题拆分为单词,删除短于 3 个符号的单词,然后查询数据库。
然后您在数据库中查询与当前帖子具有相同标签的所有帖子。

这个问题太含糊了。

You split title in words , drop ones that are shorter then 3 symbols, and query the database.
And then you query DB for all the posts with same tags as the current post.

This question is way to vague.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文