Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for related content #98

Closed
spf13 opened this issue Oct 8, 2013 · 9 comments · Fixed by #3815
Closed

Add support for related content #98

spf13 opened this issue Oct 8, 2013 · 9 comments · Fixed by #3815

Comments

@spf13
Copy link
Contributor

spf13 commented Oct 8, 2013

No description provided.

@bbalet
Copy link

bbalet commented Dec 30, 2013

Hi,

Here a standalone prototype of this feature : https://github.com/bbalet/gorelated
It comes with some sample in various languages. It uses a fast approximation algorithm (less accurate than Jekyll/LSI + GSL, but faster). See : https://groups.google.com/forum/#!topic/golang-nuts/YyH1f_qCZVc

@spf13
Copy link
Contributor Author

spf13 commented Dec 30, 2013

This is pretty awesome. How can I help you get from prototype to fully implemented?
You've done a lot of work on it, I definitely want you to get the credit.

@bbalet
Copy link

bbalet commented Dec 30, 2013

I don't know the code of your project. I'll fork it and come back to you if I get crazy.

@spf13
Copy link
Contributor Author

spf13 commented Dec 30, 2013

We've already exposed the data I think you will need for this on the content. Just need to add a "Related" function to the page struct.

Happy to give more direction if wanted.

Thanks!

@Zenithar
Copy link

Zenithar commented Jun 2, 2014

I've made a related document feature in my hugo fork, currently using on my blog.
I didn't have written any tests for it.

It use tdf/idf scoring on tags relevance to determine related documents.

https://github.com/Zenithar/hugo/tree/feature/related-documents

@spf13 spf13 modified the milestones: v0.13, v0.14 Feb 22, 2015
@anthonyfok anthonyfok modified the milestones: v0.15, v0.14 Sep 16, 2015
@bbalet
Copy link

bbalet commented Oct 14, 2015

I've answered in this discussion : http://discuss.gohugo.io/t/related-content/169/4
I prefer to parse the content. It is more accurate for specialized web sites where people are writing on a limited set of topics.

@anthonyfok anthonyfok modified the milestones: v0.16, v0.15 Nov 30, 2015
@moorereason moorereason modified the milestones: future, v0.16 May 7, 2016
@bep bep changed the title related content Add support for related content Jul 21, 2016
@bep
Copy link
Member

bep commented Feb 28, 2017

This issue has been automatically marked as stale because it has not been commented on for at least four months.

The resources of the Hugo team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, and you feel that it is still valuable, please open a proposal at https://discuss.gohugo.io/.

This issue will automatically be closed in four months if no further activity occurs. Thank you for all your contributions.

@bep bep added the Stale label Feb 28, 2017
@bep
Copy link
Member

bep commented Mar 1, 2017

Note/Update: This issue is marked as stale, and I may have said something earlier about "opening a thread on the discussion forum". Please don't.

If this is a bug and you can still reproduce this error on the latest release or the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, and you feel that it is still relevant and valuable, please tell us why.

@bep bep added Keep and removed Stale labels Mar 1, 2017
bep referenced this issue in bep/hugo Aug 29, 2017
bep referenced this issue in bep/hugo Sep 3, 2017
This closes #98, even if this commit does not do full content text search.

We may revisit that problem in the future, but that deserves its own issue.

Fixes #98
bep referenced this issue in bep/hugo Sep 3, 2017
This closes #98, even if this commit does not do full content text search.

We may revisit that problem in the future, but that deserves its own issue.

Fixes #98
bep referenced this issue in bep/hugo Sep 5, 2017
This closes #98, even if this commit does not do full content text search.

We may revisit that problem in the future, but that deserves its own issue.

Fixes #98
bep referenced this issue in bep/hugo Sep 5, 2017
This closes #98, even if this commit does not do full content text search.

We may revisit that problem in the future, but that deserves its own issue.

Fixes #98
bep added a commit to bep/hugo that referenced this issue Sep 5, 2017
bep referenced this issue in bep/hugo Sep 5, 2017
This closes #98, even if this commit does not do full content text search.

We may revisit that problem in the future, but that deserves its own issue.

Fixes #98
bep added a commit to bep/hugo that referenced this issue Sep 5, 2017
bep referenced this issue in bep/hugo Sep 5, 2017
This closes #98, even if this commit does not do full content text search.

We may revisit that problem in the future, but that deserves its own issue.

Fixes #98
bep added a commit to bep/hugo that referenced this issue Sep 5, 2017
bep added a commit to bep/hugo that referenced this issue Sep 5, 2017
bep added a commit to bep/hugo that referenced this issue Sep 5, 2017
bep referenced this issue in bep/hugo Sep 5, 2017
This closes #98, even if this commit does not do full content text search.

We may revisit that problem in the future, but that deserves its own issue.

Fixes #98
bep added a commit to bep/hugo that referenced this issue Sep 5, 2017
@bep bep closed this as completed in #3815 Sep 5, 2017
bep added a commit that referenced this issue Sep 5, 2017
This closes #98, even if this commit does not do full content text search.

We may revisit that problem in the future, but that deserves its own issue.

Fixes #98
bep added a commit that referenced this issue Sep 5, 2017
bep added a commit to bep/hugoDocs that referenced this issue Sep 5, 2017
bep added a commit to bep/hugoDocs that referenced this issue Sep 5, 2017
bep added a commit to gohugoio/hugoDocs that referenced this issue Sep 11, 2017
bep added a commit to gohugoio/hugoDocs that referenced this issue Jul 9, 2018
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants