Hi guys. I'm trying to create a simple search funktion. What I'm tryig to do is i want to return all the articles where a specific auther has written. I'm currently stuck and i dont know if i am on the right track. Suggestions would be most welcome :) thank you.
Search in Created documents
@ { if(IsPost) { var node = Library.NodeById(1069); string inputValue = Request["Value"];
} }
Hi guys. I'm trying to create a simple search funktion. What I'm tryig to do is i want to return all the articles where a specific auther has written. I'm currently stuck and i dont know if i am on the right track. Suggestions would be most welcome :) thank you.
Hogni,
What version of umbraco are you using? there are a number of search packages available that you can use.
Regards
Ismail
Hi Ismail
My web.Config says 6.1.6
/Hogni
Hogni,
Then ezsearch is your friend http://our.umbraco.org/projects/website-utilities/ezsearch
I'm currently not using a MCV redering engine. Is there another alternative or would you advise to switch?
Hi Hogni,
An alternative could maybe be the XSLTSearch package http://our.umbraco.org/projects/website-utilities/xsltsearch developed by Douglas Robar
/Dennis
is working on a reply...