Copied to clipboard

Flag this post as spam?

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


  • Jonny Flanagan 34 posts 163 karma points
    Aug 03, 2018 @ 11:36
    Jonny Flanagan
    0

    Back office Keyword List Tool

    Hi,

    I'm looking for suggestions please on how I can provide a feature for our editors to create and manage a list of keywords (strings) in the back office. The list is to hold our most commonly searched keywords on our website which they will update regularly based on our google analytics data.

    The keywords will not be published on a page. Instead I need to be able to reference the list so I can integrate the keywords into a typeahead feature on our search input box. I have this piece working but I need to get to the list of keywords.

    Thanks in advance Jonny

  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Aug 03, 2018 @ 12:04
    Dan Diplo
    101

    Sounds like you need to use the built-in Multiple Textbox property editor:

    https://our.umbraco.com/Documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Multiple-Textbox

    Another simple solution is just to use a textbox and ask them to comma-delimit the keywords and then you can use String.Split(',', value) to get the list.

  • Jonny Flanagan 34 posts 163 karma points
    Aug 03, 2018 @ 15:54
    Jonny Flanagan
    0

    Thank you Dan!

Please Sign in or register to post replies

Write your reply to:

Draft