APi Search returns no results on Boards

I’m using api from trello to search data public but only show the members with name relation, someone have been probe this api to search any data.

the data of members show corretly

Hello @MillerGarcia

You may want to re-read the documentation about the Search endpoint and Trello’s search operators, as the query you’ve submitted isn’t valid, because it doesn’t declare what the thing called ‘moto’ is.

If ‘moto’ is the name of a member, the request would look like this:

https://api.trello.com/1/search?query=member:moto&key={{TrelloKey}}&token={{TrelloToken}}

1 Like