If you open the DataAssist Search Server Behaviour

You can see there is a default where clause option

The help docs say

To default to no records displayed:
WHERE 0 <> 0
To default to all records displayed:
WHERE 0 = 0

So although I have never personally used this option I would say that you could use it to achieve the result you are looking for