We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Core Package
Currently LocalDatabase::search_with_remote only clones the remote mod's name, expand this to include:
LocalDatabase::search_with_remote
No response
The text was updated successfully, but these errors were encountered:
Ended up just doing .chain(remote.get_values()), that way any changes to how remote mod search works extends to local as well.
.chain(remote.get_values())
Sorry, something went wrong.
Bwc9876
Successfully merging a pull request may close this issue.
Package
Core Package
Feature
Currently
LocalDatabase::search_with_remote
only clones the remote mod's name, expand this to include:Platform
No response
The text was updated successfully, but these errors were encountered: