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

Add SearchBuilder #9

Merged
merged 26 commits into from
Nov 5, 2022
Merged

Add SearchBuilder #9

merged 26 commits into from
Nov 5, 2022

Conversation

TheAwiteb
Copy link
Contributor

@TheAwiteb TheAwiteb commented Oct 30, 2022

This will closes #6

There is no BC, so you can release minor version. there is

This 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

Change examples to use `SearchBuilder`, also some improvements
src/search.rs Outdated Show resolved Hide resolved
src/builder.rs Outdated Show resolved Hide resolved
src/builder.rs Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Owner

@ParthJadhav ParthJadhav left a 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 😄

@TheAwiteb
Copy link
Contributor Author

TheAwiteb commented Nov 1, 2022

Sorry for lot of questions 😄

No, no problem. I'll work on requests change today

@TheAwiteb TheAwiteb requested a review from ParthJadhav November 1, 2022 20:10
Copy link
Owner

@ParthJadhav ParthJadhav left a comment

Choose a reason for hiding this comment

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

Awesome, Tested it and it works great.

Just this seems to be off 😄
Screenshot 2022-11-03 at 6 49 45 PM

@ParthJadhav
Copy link
Owner

@TheAwiteb can you review the new additions ?

@ParthJadhav ParthJadhav added the enhancement New feature or request label Nov 5, 2022
@TheAwiteb
Copy link
Contributor Author

I will fix somethings, and I will write a description explaining the reason for the modification for each commit

@ParthJadhav
Copy link
Owner

Okay, thanks @TheAwiteb .

@TheAwiteb
Copy link
Contributor Author

Lots of changes. Ask me if something is not understood

@TheAwiteb
Copy link
Contributor Author

Also there is BC, so we need to versioning 1.0.0

Copy link
Owner

@ParthJadhav ParthJadhav left a comment

Choose a reason for hiding this comment

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

Amazing !! LGTM

@ParthJadhav
Copy link
Owner

ParthJadhav commented Nov 5, 2022

The code compiles & runs but why does it throw this Error?
Screenshot 2022-11-05 at 7 13 41 PM

@TheAwiteb

@TheAwiteb
Copy link
Contributor Author

The code compiles & runs but why does it throw this Error?

Did you pull new changes?

@ParthJadhav
Copy link
Owner

Yep

@TheAwiteb
Copy link
Contributor Author

Yep

Screenshot_2022-11-05-16-54-53-271-edit_com.github.android.jpg

I don't think that

@ParthJadhav
Copy link
Owner

I pulled the changes, But I guess Rust_Analyser takes some time to get all the parameters ready.

@ParthJadhav
Copy link
Owner

Tested it and Works well ! Let's merge it 🎊

@ParthJadhav
Copy link
Owner

Thanks @TheAwiteb for amazing changes & refactoring

@ParthJadhav ParthJadhav merged commit 288433e into ParthJadhav:master Nov 5, 2022
@TheAwiteb TheAwiteb deleted the fix-6 branch November 5, 2022 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Make Search struct easier
2 participants