Date | 2020-06-03 (1,626 days ago) |
---|---|
Downloads | 4,694 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.5 |
Umbraco Versions | Umbraco 7 |
New release for Umbraco 7.
#installation
">Installation#changelog
">ChangelogAdded extra null value check to the GetSearchableText
method (see #26
and 14a1fac
)
The value of a control may for various reasons be null, but the GetSearchableText
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 to hello\nworld
instead of helloworld
.