Skip to content

Conversation

@qcoumes
Copy link
Member

@qcoumes qcoumes commented Sep 19, 2022

Set default value of keep_order to True in the Search.to_queryset method in accordance of upstream and how it is implied in the documentation.


Fixes #27

Set default value of `keep_order` to `True` in the `Search.to_queryset`
method in accordance of upstream and how it is implied in the documentation.
@qcoumes qcoumes self-assigned this Sep 19, 2022
Copy link
Contributor

@David-Guillot David-Guillot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this PR needs approval, you have mine 😉 .

One thing comes to my mind: do you consider such change requires a major version? After all, it's changing the public API, and some people's code could break...

@qcoumes
Copy link
Member Author

qcoumes commented Nov 19, 2022

I agree, but I consider changing the minor part of the patch enough since we're still in 0.X.Y.

@qcoumes qcoumes merged commit c05970e into master Nov 19, 2022
@qcoumes qcoumes deleted the fix/search_keep_order branch March 18, 2024 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Search().to_queryset() should default keep_order=True

3 participants