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

New block: Recommended Contents #1387

Closed
dfanchon opened this issue Aug 1, 2016 · 0 comments
Closed

New block: Recommended Contents #1387

dfanchon opened this issue Aug 1, 2016 · 0 comments
Assignees
Milestone

Comments

@dfanchon
Copy link
Contributor

dfanchon commented Aug 1, 2016

Due to the complete refactoring of personalization, current magic queries will be discontinued in rubedo 3.4 in favor of specialized blocks.

The Recommended contents block displays relevant contents based on user history (detailed views) and taxonomies to compute this "you may also be interested in" list.

The block is based on a standard elasticsearch query (limited to contents) combined with the following custom parameters:

  • historyDepth (in days)
  • historySize (number of significant seen items that will be taken into account)

If not set in the block, history depth will default to 30 days and history size will default to 50.
These two parameters can impact search performance in case of high volume history.

The block propagates two new variables to the search API:

  • isMagic (true)
  • fingerprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants