unable to show the Embedded content in search Result page
Umbraco Version -7.1
asp.net version vs2012 framework 4
Windows and its version -Windows 7
Hi
I have implemented Embedded package into my website the content of this package is working fine .But I am unable to search the content which is in embedded content for the search module.
This is the code i have written for search. and also I am unable to search the content for a full text
Example :
If the content i want to search is "creative community", If i enter the text "Creative"its working fine and displaying the result.and also if i search for the content community it is searching well .if i enter the multiple word (i.e creative community)thought it is in same line,i am unable to search for the result.
ya i have already seen this link ,I am confused :-( and also i tried as well can you please tell me how to implement these things in my code and can you please tell me for the above post which i posted before.
I don't have a implementation of this exact requirement to post for you.
But you will need to use the OnGatheringNodeData event to strip the XML from embedded content and add it into the index as currently it will not be there to be searched, this is not something you can just do in Razor.
I will see if I can find anything else that might help you.
unable to show the Embedded content in search Result page
Umbraco Version -7.1
asp.net version vs2012 framework 4
Windows and its version -Windows 7
Hi
I have implemented Embedded package into my website the content of this package is working fine .But I am unable to search the content which is in embedded content for the search module.
please kindly help me
Hi Arun,
Welcome to Our!
Could you please post a link to the embedded package to which you are referring?
Jeavon
Hi,
I have used the embeded content package from the below link
http://our.umbraco.org/projects/backoffice-extensions/embedded-content
and also i am using Examine search for showing the search results.
Thanks
and are you sure you using this in Umbraco v7.1?
hey i am sorry i am using this in umbraco v6.1.6
Ok, could you post your code as it stands, including in the first line of the cshtml file?
This is the code i have written for search. and also I am unable to search the content for a full text
Example :
If the content i want to search is "creative community", If i enter the text "Creative"its working fine and displaying the result.and also if i search for the content community it is searching well .if i enter the multiple word (i.e creative community)thought it is in same line,i am unable to search for the result.
Kindly help me
thanks
Ok, and you want Examine/Lucene to search the xml contents of the embedded content properties, correct?
exactly
Ok, this has been answered before here :-)
ya i have already seen this link ,I am confused :-( and also i tried as well can you please tell me how to implement these things in my code and can you please tell me for the above post which i posted before.
I don't have a implementation of this exact requirement to post for you.
But you will need to use the OnGatheringNodeData event to strip the XML from embedded content and add it into the index as currently it will not be there to be searched, this is not something you can just do in Razor.
I will see if I can find anything else that might help you.
is working on a reply...