From the description of the package, it says ezSearch runs on Umbraco 6.0.4+ and is powered by the built in Lucene index and razor, giving you a fast yet flexible site search package, and it runs MVC.
You could try install the package on a dev site, and see if it will work.
ezSearch doesn't seem to be working in Umbraco 7 right now and I can't find any other razor impementations, XSLTSearch won't work either because XSLT features have started to be removed from Umbraco to pave the way for more Razor implementations.
I'll let you know if I find a way to get ezSearch working.
How implement Site-Search (Package, ...)? (7.0.x, razor)
Hello,
I searched the projects and the forum but didn't find THE answer.
What is the best way for implementing a website search (no xslt). What's the best package? Can I do it on my own using razor? Where to start?
Thanx, Arnim.
Hi Arnim,
I found a package for site-search for razor. Take a look at this one, I haven´t try it myself. http://our.umbraco.org/projects/website-utilities/ezsearch
And I know you said that you don´t want XSLT but there is also the XSLTSearch by Douglas Robar http://our.umbraco.org/projects/website-utilities/xsltsearch
I hope this can help you.
/Dennis
Hey Dennis,
thanx for your reply, I try to aviod xslt under all circumstances. ;-)
Will "ezsearch" work under 7.0.x?
Thanx, Arnim.
Hi Arnim,
From the description of the package, it says ezSearch runs on Umbraco 6.0.4+ and is powered by the built in Lucene index and razor, giving you a fast yet flexible site search package, and it runs MVC.
You could try install the package on a dev site, and see if it will work.
/Dennis
ezSearch doesn't seem to be working in Umbraco 7 right now and I can't find any other razor impementations, XSLTSearch won't work either because XSLT features have started to be removed from Umbraco to pave the way for more Razor implementations.
I'll let you know if I find a way to get ezSearch working.
Hi you can implement search in Umbraco without using any plugin, here is the tutorial,
http://www.code-desk.com/web-development/implementation-search-umbraco-using-examine.html
is working on a reply...