Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform boolean value into 'true' or 'false' instead of 'True' or 'False' in .search() #13

Closed
ruscoder opened this issue Mar 15, 2019 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@ruscoder
Copy link
Member

Now we have a bug when using client.resources('...').search(active=True)
It creates a query ?active=True, but it should be ?active=true

@ruscoder ruscoder added bug Something isn't working enhancement New feature or request labels Mar 15, 2019
@ruscoder ruscoder self-assigned this Apr 23, 2019
ir4y added a commit that referenced this issue Nov 17, 2019
Implemented SQ class that hande search parameters in Django way.
Add utils for params normlization and Raw constructur that allow pass
search params as is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant