Thanks, that fixed the error, but dosen't return any results :-|.
The "if" statement is triggered, but not the "foreach".
Acutally the "if" is triggered no matter the string "searchResult"
searchResults also contains properties for TotalResults, TotalPages and CurrentPage, so you can use those to determine if there actually is any search results (and paging etc.)
Getting fulltextsearch8 to work "the easy way"
So i followed Sørens guide on https://github.com/skttl/umbraco-fulltextsearch8/blob/develop/docs/developers-guide.md
As im not a .Net developer i opted for "the easy way"... Looks easy... Doesn't work for me though :( .
I have a view set up as described
But im getting this error
Any help?
Model.FullTextSearchResult should be
searchResult
in this. Sorry, the docs are not clear on that :)Thanks, that fixed the error, but dosen't return any results :-|. The "if" statement is triggered, but not the "foreach". Acutally the "if" is triggered no matter the string "searchResult"
Wuups sorry, it did, just needed a reindex
searchResults
also contains properties forTotalResults
,TotalPages
andCurrentPage
, so you can use those to determine if there actually is any search results (and paging etc.)Thanks, i know. I just removed them from the example, to keep it simple :)
is working on a reply...