Function logs report is unusable because of shop filter that doesn't work

Just found out that we can now see the merchants function logs directly in the Dev dashboard without needing to request to share them, the problem is that the shop url filter

I have millions of logs, and I need to find the ones from a specific store, but I have no way to do it because the shop filter says “Press enter to search”, and when I press it, nothing happens:

Any help is appreciated, currently I can’t help a merchant because this problem.

Hey @Pridentt , thanks for the report! I was able to reproduce this on my test shop.

Looks like the “press enter to perform a new search” is what’s not firing.

You can workaround this at the moment by typing the desired filter value in, which will set the field value, and then modifying another filter (such as the time range). This pulls in all the filters and performs the query.

You’ll know it’s working by looking at the URL query params that get populated, which should look something like:

https://dev.shopify.com/dashboard/123/apps/456/logs?shop%5B%5D=shop_filter_value&time=now-1h..now

Let me know if that works for you.

The workaround works! Thanks a lot @alex.bradley !

We recently shipped an update for this so it should also be accessible when using keyboard only to search.

Amazing - this works much better now :slight_smile: