Umbraco Examine Search [Part 2]: Postbacks in Razor Scripts

This second post is aimed at building the search box that will be used for sending the query to the page containing the search results. Normally this would be an easy task of just creating a form and setting the action url to your results page. Due to the way we are creating cleaner URL’s, it isn’t quite as straightforward.

Continue reading Umbraco Examine Search [Part 2]: Postbacks in Razor Scripts

Umbraco Examine Search [Part 1]: URL Rewriting

One of the least documented aspects of Umbraco has to be the in-built Examine search mechanism. I’m going to do a couple of simple blog post’s to go through the whole process of building search into your site one step at a time. This first post is aimed at setting up nice url’s for your search page.

Continue reading Umbraco Examine Search [Part 1]: URL Rewriting