I'm trying to implement a ISearchableTree in order to allow users to search for custom entities in the global backoffice search.
The problem is that the generated url are the default umbraco edit path "[sectionAlias]/[treeAlias]/edit/[entityId]" and konstrukt uses it's own conventions "[sectionAlias]/konstrukt/edit/[collectionName]![entityId]"
It's possible to use konstrukt in the global search this way?
Konstrukt Entity Searchable Tree Url
I'm trying to implement a ISearchableTree in order to allow users to search for custom entities in the global backoffice search.
The problem is that the generated url are the default umbraco edit path "[sectionAlias]/[treeAlias]/edit/[entityId]" and konstrukt uses it's own conventions "[sectionAlias]/konstrukt/edit/[collectionName]![entityId]"
It's possible to use konstrukt in the global search this way?
is working on a reply...