No search results content

Browser: Chrome 110
OS: Windows

Want to add no sarch results content block in the Search Results template. Currently, it only shows the query result count. Tried to use one of element conditions as shown attached image but couldn’t hide the block when there’s no search result.

In Conditions, select Dynamic Data, {query_results_count}, ==, and then enter 0.

The {query_results_count} shows 0 on the results page when there’s no result.

Or any other way to add no result content to the Search Result Template?

Appreciate if you would give me any suggestion.

-higgin
Screenshot-query-results-condition

Solved: {query_results_count} < 1

I haven’t try yet but I hope it will work.

Just leave the field empty where you have added the zero 0 value.

Leaving the field empty will work. Incase, it doesn’t work then try to add false

Already tried both null and false. Thanks anyway.
The count < 1 works fine, though. Now I can customize the no search results.