Is it possible to make a condition to display Content field depends on the List & Search Type result? I need to display one field when the search returns a result and hide it (show another field) if the search returns no results. I tried to do this by specifying the search result in the list plugin field and conditions, but did not get the desired effect. Is it possible to add a condition, when the search return no results?
There is no built-in way to do this - could only be done with some custom javascript that would check if there is some content in the list (I presume you are using Seblod list field to show it) and then hide on of the field depending on the result.