That's strange. The only thing I can suggest is maybe debug into the .cshtml file before the generated query gets executed and see what Lucene query is being generated (that's what is built up in the StringBuilder). Once you've got that, maybe try using Luke (https://code.google.com/p/luke/) to see if it's a problem searching the index, or somewhere else.
I've recently created a brand new umbraco 7 site (version 7.1.6). I've installed EZsearch and it just always produces no results :( checked and rebuilt indexes aswell
No Results
Hello, Running 7.14. . When I upgraded to 7.14 I am not getting any results for any searched terms. Any suggestions?
Hi Jeff,
Have you tried rebuilding your lucene index via the dashboard in the developer section?
Many thanks
Matt
Hi Matt, Doesn't seem to make a difference. Have 700 in index
Hi Jeff,
That's strange. The only thing I can suggest is maybe debug into the .cshtml file before the generated query gets executed and see what Lucene query is being generated (that's what is built up in the StringBuilder). Once you've got that, maybe try using Luke (https://code.google.com/p/luke/) to see if it's a problem searching the index, or somewhere else.
Hope this helps.
Many thanks
Matt
Has anyone else had this issue?/found a solution?
I've recently created a brand new umbraco 7 site (version 7.1.6). I've installed EZsearch and it just always produces no results :( checked and rebuilt indexes aswell
@Andy, I am getting the same result of NO RESULTS. I am searching agains the nodeName and that does not even seem to find my nodes by the node names.
Using Umbraco 7.1.6
XSLT Search seems to work flawlessly.
Whoops, not in MVC though. Duh. but we are having the same issue with ezSearch. 7.1.6, we are not getting any results.
is working on a reply...