Hello! You can configure the Filter in the Search Rows module as follows:
The addDays(now;-1) creates yesterday’s date and then we’re just modifying the hours to midnight and just before midnight. You can read more about Make’s date & time functions here.
Let me know if you need any further help
Here’s a snippet for you to copy & paste so that you don’t have to rewrite it
{{setSecond(setMinute(setHour(addDays(now; -1); 0); 0); 0)}}