Hello there,
How do I add an ‘nothing found’ message to the search results template built in the Layout Builder?
Kind Regards,
Spencer
Hello there,
How do I add an ‘nothing found’ message to the search results template built in the Layout Builder?
Kind Regards,
Spencer
Hey Spencer,
Thanks for reaching out!
You can add an element text element and add your custom no search result. Afterward that you can use the element condition something like this one.
The Condition of the Column that holds the result must be
{{dc:query:found_posts}}
> 0
The “No Results” Column must be
{{dc:query:found_posts}}
== 0
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.