File tree 2 files changed +5
-2
lines changed
src/Our.Umbraco.FullTextSearch
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
<PackageProjectUrl >https://github.com/skttl/umbraco-fulltextsearch8</PackageProjectUrl >
14
14
<RepositoryUrl >https://github.com/skttl/umbraco-fulltextsearch8</RepositoryUrl >
15
15
<PackageTags >umbraco, umbraco-cms</PackageTags >
16
- <Version >1.2.0</Version >
16
+ <Version >1.2.1-beta2</Version >
17
+ <AssemblyVersion >1.2.1.2</AssemblyVersion >
18
+ <FileVersion >1.2.1.2</FileVersion >
17
19
18
20
</PropertyGroup >
19
21
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ public void AddToCache(int id)
111
111
112
112
private string RenderingTemplateContent =>
113
113
"@inherits Umbraco.Web.Mvc.UmbracoViewPage"
114
+ + Environment . NewLine + "@{ Layout = null; }"
114
115
+ Environment . NewLine + "@Umbraco.RenderTemplate(Model.Id)"
115
116
+ Environment . NewLine + "@*"
116
117
+ Environment . NewLine + "This template has been created for the sole purpose of stopping rendering errors"
@@ -126,7 +127,7 @@ public void AddToCache(int id)
126
127
+ Environment . NewLine + "next time something needs to be cached for indexing with Full Text Search."
127
128
+ Environment . NewLine + ""
128
129
+ Environment . NewLine + "Thank you for your understanding. And remember; if you like FullTextSearch,"
129
- + Environment . NewLine + "you can always buy me a virtual coffee at https://ko-fi .com/skttl"
130
+ + Environment . NewLine + "you can always buy me a virtual coffee at https://github .com/sponsors /skttl"
130
131
+ Environment . NewLine + "*@" ;
131
132
132
133
private bool IsDisallowed ( IPublishedContent node )
You can’t perform that action at this time.
0 commit comments