Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dee 118 posts 338 karma points
    Apr 21, 2021 @ 14:24
    Dee
    0

    Developing a feed - What approach would you recommend?

    Hi All,

    I want to develop a feed. A feed just like linkedIn or facebook in terms of layout and basic functionality.

    It would be great to get some additional ideas on how to setup the technical approach.

    Currently, my best guess is to use a main content node and add the Feed entries as nested content within the main node. Next I would create an examine custom index, which gets populated by the nested contents of the feed node.

    Cons: there is no content search functionality in Umbraco BO to find nested content. When the feed gets larger, finding the nested content nodes would be tricky.

    Do you know any other, better technical approaches?

    Best

    Dee

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Apr 23, 2021 @ 10:05
    Huw Reddick
    1

    You could implement a custom BO search which searches the content of the nodes as well as the title I would think. Not done it myself so can't offer any help but pretty sure that would be possible

    This may help https://our.umbraco.com/documentation/extending/Backoffice-Search/

  • Dee 118 posts 338 karma points
    May 02, 2021 @ 09:44
    Dee
    0

    Thanks for the idea and the documentation!

  • Amir Khan 1287 posts 2744 karma points
    May 03, 2021 @ 16:26
    Amir Khan
    0

    You might want to consider making it out of separate nodes like a blog so you can search, filter, etc incase the feed gets super long.

Please Sign in or register to post replies

Write your reply to:

Draft