This is fine till i search any thing within umbraco. I want to search custom fields.E.g in my case i have a product node type which contain all the data related to product.But i am saving product price in custom price table.So through examine search i want to get that price as well.
Custom Examine Serach
I want to implement Examine search with Custom db fields.But i am not sure how i can implement it.
Hi Asad,
What data are you storing in db?
Read more about working with Lucene in Umbraco -
https://our.umbraco.org/documentation/reference/searching/examine/
http://24days.in/umbraco/2013/getting-started-with-examine/
https://umbraco.com/follow-us/blog-archive/2011/9/16/examining-examine/
Thanks, Alex
Hi,
This is fine till i search any thing within umbraco. I want to search custom fields.E.g in my case i have a product node type which contain all the data related to product.But i am saving product price in custom price table.So through examine search i want to get that price as well.
Hi ,
I am really interested it how i get custom fields with examine search.Definitely these fields are relate to specific node as well.
is working on a reply...