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

Update docs based on code PR #4 #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

runllm-pr-agent[bot]
Copy link

Changes Made

  • docs/how/updating-datahub.md
  • docs/how/search.md
    • For queries that return more than 1... --> For queries that return more than 1...: The code changes introduce support for indexed queries with AND/OR filters, which should be mentioned in the documentation to inform users about the new query capabilities and how they can be used effectively with the existing GraphQL API.
    • **## Customizing SearchIt is possible... --> ## Customizing SearchThe new searc...**: The documentation should mention the new search_by_filters` method to inform users about the enhanced search capabilities introduced by the code changes, which allow for more flexible and powerful queries.
  • docs/api/restli/restli-overview.md
    • ###### FilteringIn addition to perf... --> ###### FilteringIn addition to perf...: The code changes introduce the ability to filter using either AND or OR conditions, but not both at the same time. The documentation should reflect this new capability and restriction to guide users on how to properly use the filtering functionality.
  • docs/api/openapi/openapi-usage-guide.md
    • ** { ... --> { ...**: The code changes introduce the ability to use 'and' and 'or' filters in queries. The documentation should reflect this new functionality by including an example of how to specify these filters in a query.
  • docs/how/delete-metadata.md
    • You can either provide a single urn... --> You can either provide a single urn...: The code changes introduce the ability to use AND/OR filters for querying platform resources, which should be reflected in the documentation to inform users about the enhanced filtering capabilities.

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.

0 participants