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:
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.
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
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.
is working on a reply...