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

Ergonomic improvements for querying, part 2 #187

Merged
merged 17 commits into from
Oct 22, 2024
Merged

Ergonomic improvements for querying, part 2 #187

merged 17 commits into from
Oct 22, 2024

Conversation

richfitz
Copy link
Member

@richfitz richfitz commented Oct 18, 2024

This PR fixes #156 (mostly) by making the arguments to the whole search system much easier to discover.

All arguments now come through as top-level arguments, with the docs being easier to follow and autocomplete better. Some defaults have been changed to better reflect what is wanted, and in other cases arguments that make no sense have been removed (e.g., if we would always want to include remote locations). The old options interface is supported for now with a deprecation warning

@richfitz richfitz force-pushed the gh-156-2 branch 3 times, most recently from 4268315 to 83d508f Compare October 18, 2024 17:00
@richfitz richfitz marked this pull request as ready for review October 21, 2024 16:44
@richfitz richfitz requested a review from M-Kusumgar October 22, 2024 07:49
Copy link
Contributor

@M-Kusumgar M-Kusumgar left a comment

Choose a reason for hiding this comment

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

looks good to me, definitely a fan of the explicit arguments

@richfitz richfitz merged commit 53cc972 into main Oct 22, 2024
10 checks passed
@richfitz richfitz mentioned this pull request Oct 23, 2024
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.

orderly_metadata_extract(options = list(allow_remote = TRUE, location = "root2"))
2 participants