Better search for EPiServer based on Full Text Search service: better previews, special characters support, exclusion of not visible, not published or system pages and more.
Provides better code maintainability by simple yet powerful .Params() string extension to supplement/replace string.Format(). Accepts numeric, named and reference parameters. More details and examples in XML tooltips.
NUMERIC EXAMPLE:
return "test={0}".Params("value");
returns...
More information