Skybrud.Umbraco.GridData v2.0.7
New release for Umbraco 7.
Installation
Changelog
-
Added extra null value check to the
GetSearchableText
method (see #26 and 14a1fac)
The value of a control may for various reasons be null, but theGetSearchableText
didn't check for this. -
GetSearchableText
method should replace HTML with new line instead of an empty string (see #25 and 5fb9267)
This fix ensures that an HTML value like<strong>hello</strong><strong>world</strong>
is converted tohello\nworld
instead ofhelloworld
.