-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add SearchBuilder
#9
Conversation
This struct will make build `Search` easier
Because modifying it will cause BC so it is better to use `SearchBuilder`
Change examples to use `SearchBuilder`, also some improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for lot of questions @TheAwiteb 😄
No, no problem. I'll work on requests change today |
Make exampels returns `Vec<String>`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
defaults to: false
@TheAwiteb can you review the new additions ? |
I will fix somethings, and I will write a description explaining the reason for the modification for each commit |
Okay, thanks @TheAwiteb . |
Lots of changes. Ask me if something is not understood |
Also there is BC, so we need to versioning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing !! LGTM
Did you pull new changes? |
Yep |
I pulled the changes, But I guess Rust_Analyser takes some time to get all the parameters ready. |
Tested it and Works well ! Let's merge it 🎊 |
Thanks @TheAwiteb for amazing changes & refactoring |
This will closes #6
There is no BC, so you can release minor version.there isThis will help us add features, such as making the user control whether git ignore and hidden files are shown, and for example adding a feature to search without looking at letter case, all without BC