Using Examine in a custom data type to search for all articles
I have a custom data type that should be able to search through all our articles and pick one. I want to use Examine for this so we have a quick search. But I cannot find a way, if there is any. To get a reference to examine in my angular controller.
You can create a custom Examine index and use it, but not sure that you can use it directly from the angular controller.
Do you want to use it in the backoffice custom angular code?
Using Examine in a custom data type to search for all articles
I have a custom data type that should be able to search through all our articles and pick one. I want to use Examine for this so we have a quick search. But I cannot find a way, if there is any. To get a reference to examine in my angular controller.
What would be my options here?
Hi Roy
You can create a custom Examine index and use it, but not sure that you can use it directly from the angular controller. Do you want to use it in the backoffice custom angular code?
Check out the docs - https://our.umbraco.com/documentation/reference/searching/examine/indexing/
THanks, Alex
is working on a reply...