What are (if any) the high-level differences between the vanilla Examine framework and what Umbraco uses?
I have a dataSet that I plan on setting up within its own setup custom tables and handling all CRUD opts using the PetaPOCO engine built into Umbraco.
How easy/difficult is it to create a custom Examine provider that I could just plug into the ExamineSettings.config file so the custom dataSet could be indexed and searchable on the front-end of the website.....and maybe even one day searchable in the backoffice?
Examine vs UmbracoExamine
What are (if any) the high-level differences between the vanilla Examine framework and what Umbraco uses?
I have a dataSet that I plan on setting up within its own setup custom tables and handling all CRUD opts using the PetaPOCO engine built into Umbraco.
How easy/difficult is it to create a custom Examine provider that I could just plug into the ExamineSettings.config file so the custom dataSet could be indexed and searchable on the front-end of the website.....and maybe even one day searchable in the backoffice?
Thanks!
-JB
Hi JB,
If you want to index database data in examine maybe this package can help you :
https://github.com/rsoeteman/ExamineDB
Dave
Nice! Thanks!!
is working on a reply...