All Records are Returned from a Query Parameter

I am doing a GET api call from my users table. I have an input called "filter" I did a custom query on my users table using the email field and used the contains condition on my filter. When I run and debug, I get back one record. That's good. However, when I copy the endpoint to the browser for example https://x8ki-letl-twmt.n7.xano.io/api:tMmOur-J/users?filter=joe, I get all the records back. Please help. Why am I getting all the records back?

{
  "filter": "joe"
}

I have the free instance of Xano.

6 replies