-
-
Notifications
You must be signed in to change notification settings - Fork 422
Core and lib search command now update indexes first #1043
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
Conversation
74e84f7
to
218e9c8
Compare
218e9c8
to
b6ce0d5
Compare
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.
Just performed a test searching for ArduinoIoTCloud
(latest is 0.11.2
, my "local" latest is 0.11.1
) and it worked like a charm!
🤟
ubidefeo
commented
Oct 26, 2020
@endorama are you happy we put it in the sprint? 😀
@ubidefeo
ubidefeo
left a comment
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.
successfully tested
no objections
Please check if the PR fulfills these requirements
before creating one)
our contributing guidelines
Enhances existing commands.
Calling
core search
orlib search
doesn't update indexes before searching.Calling
core search
orlib search
now updates indexes before searching.No.
This fixes Inform user when the indexes are outdated #984 .
See how to contribute