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'm new at umbraco.. wanna do a simple searching module..how can do this in document types with razor?
i mean how can i catch querystring at the other side and list the results?
<div class="search_bar">
<form action="#" method="get">
<input name="s" value="Type & Search" type="text" />
<input class="search_button" type="submit" value="Search" />
</form>
</div>
form is something like this..please help..
Hi Onur,
Here are some documentation on search in razor
http://umbraco.com/follow-us.aspx?filterby=Search
http://examine.codeplex.com/
And finally some videos from Warrenhttp://umbraco.com/help-and-support/video-tutorials/umbraco-fundamentals/razor-recipes.aspx
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
search
Hi.I'm new at umbraco.. wanna do a simple searching module..how can do this in document types with razor?
i mean how can i catch querystring at the other side and list the results?
<div class="search_bar">
<form action="#" method="get">
<input name="s" value="Type & Search" type="text" />
<input class="search_button" type="submit" value="Search" />
</form>
</div>
form is something like this..please help..
Hi Onur,
Here are some documentation on search in razor
http://umbraco.com/follow-us.aspx?filterby=Search
http://examine.codeplex.com/
And finally some videos from Warren
http://umbraco.com/help-and-support/video-tutorials/umbraco-fundamentals/razor-recipes.aspx
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.