Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys I'm looking in to this great tool but can't really find good tuts on how to make this work on an Umbraco 7 install (7.2.4).
I've tried to do as followed:
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage @{ Layout = "Master.cshtml"; } @Umbraco.RenderMacro("FullTextSearch", new { queryType="MultiRelevance", titleProperties="Name", bodyProperties="Name", summaryProperties="Name", titleLinkProperties="", rootNodes="1055", contextHighlighting="1", summaryLength="200", pageLength="200", fuzzyness="", useWildcards="0" })
So this is basicly a view whit the Macro inserted but no Cookie ;D
The page dosent give me any errors - just that no content was found.
I've no clue what i'm doing wrong - so hope that someone can make me go further with this package :)
Hi,
This may be of help to you go through the installation and set up process you may have missed something
https://fulltextsearch.codeplex.com/
Thanks
Nav
Hi Mads,
Try removing rootNodes. That setting seems to break my search.
Did you set Enabled to true in FullTextSearch.config?
Also, make sure your url in HttpUrl in FullTextSearch.config is correct.
I tend to forget those two settings :)
Hi guys, i made it work but with this setting set to false?!?
<Enabled>false</Enabled>
Well now a news issue came up.
I've a lot off words spelled like this: "O-ring" or "O-rings".
When i try to search for the word with the hyphen icon "-" it says:
"Your search for 'o-ring' did not match any documents."
But if trying to search for "O ring" it works perfect. is there a way to include the "-" sign/mark when you are searching?!?
Any help would be appreciated :D
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Full Text search - Umbraco 7 - Macro
Hi Guys I'm looking in to this great tool but can't really find good tuts on how to make this work on an Umbraco 7 install (7.2.4).
I've tried to do as followed:
So this is basicly a view whit the Macro inserted but no Cookie ;D
The page dosent give me any errors - just that no content was found.
I've no clue what i'm doing wrong - so hope that someone can make me go further with this package :)
Hi,
This may be of help to you go through the installation and set up process you may have missed something
https://fulltextsearch.codeplex.com/
Thanks
Nav
Hi Mads,
Try removing rootNodes. That setting seems to break my search.
Did you set Enabled to true in FullTextSearch.config?
Also, make sure your url in HttpUrl in FullTextSearch.config is correct.
I tend to forget those two settings :)
Hi guys, i made it work but with this setting set to false?!?
Well now a news issue came up.
I've a lot off words spelled like this: "O-ring" or "O-rings".
When i try to search for the word with the hyphen icon "-" it says:
"Your search for 'o-ring' did not match any documents."
But if trying to search for "O ring" it works perfect. is there a way to include the "-" sign/mark when you are searching?!?
Any help would be appreciated :D
is working on a reply...