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,
I am having some issue with ezSearch and it is very simila to this one
http://our.umbraco.org/projects/website-utilities/ezsearch/bugs-feedback-suggestions/48460-Search-error-when-searching-for-test-keyword?p=0#comment176864
Here is the screenshot of error
Can anyone hep me with this please?
Thank you, Adi
Hi Adi,
I'm thinking that error is in that
result.GetPropertyValue(field).ToString()
You could try :
result.GetPropertyValue<string>(field)
or some "if" checking
THanks, Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Error loading Partial View script (file: ~/Views/MacroPartials/ezSearch.cshtml)
Hi,
I am having some issue with ezSearch and it is very simila to this one
http://our.umbraco.org/projects/website-utilities/ezsearch/bugs-feedback-suggestions/48460-Search-error-when-searching-for-test-keyword?p=0#comment176864
Here is the screenshot of error
Can anyone hep me with this please?
Thank you, Adi
Hi Adi,
I'm thinking that error is in that
You could try :
or some "if" checking
THanks, Alex
is working on a reply...