Copied to clipboard

Flag this post as spam?

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


  • Louis 4 posts 84 karma points
    Oct 07, 2024 @ 15:02
    Louis
    0

    Search - Override functionality in Umbraco back office

    Is it possible to override the Search functionality in Umbraco back office? When the user searches in the text box, I would like to override this call to the API. The API is:

    /umbraco/backoffice/umbracoapi/entity/SearchAll?query=usa

  • Yari Mariën 5 posts 99 karma points MVP c-trib
    Oct 07, 2024 @ 17:29
    Yari Mariën
    0

    Hi Lous!

    I don’t believe it's possible to simply change the API endpoint. However, one approach you could try is excluding all existing Searchable Trees and then creating a custom Searchable Trees Controller that retrieves items based on the response from the API endpoint.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies