如何根据标签和帖子标题确定相关帖子?
谁能告诉我如何获得 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将标题拆分为单词,删除短于 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.