cambiatus / backend

Cambiatus GraphQL API
GNU Affero General Public License v3.0
21 stars 18 forks source link

Action queries with empty strings should have the same behavior as without the query argument #259

Closed MatheusBuss closed 2 years ago

MatheusBuss commented 2 years ago

Currently using the search query for actions returns both actions completed and availbale for completion. Meanwhile, using the search query for actions with anything in the query argument returns only availabe actions.

We should change this behavior to be consistent on both cases.

Bug spotted by @NeoVier