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

Update SearchOptions to work like a more usual builder #45

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

xremming
Copy link
Contributor

Also includes the changes from the #44 PR because oops.

I changed the SearchOptions struct to work more like a usual
builder object with the methods taking ownership of the struct
and returning it back modified. I also added Clone and PartialEq
so a partially built SearchOptions object can be reused easily.

@mendess
Copy link
Owner

mendess commented May 25, 2024

Can you rebase to remove the extra commits?

@xremming
Copy link
Contributor Author

Should be correctly rebased now.

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.

2 participants