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 [GitHubDiscussionsSearch] and GitHubRepoDiscussionsSearch service #9340

Merged

Commits on Jul 7, 2023

  1. Add GitHub Discussions custom search service

    This commit adds a GitHub Discussions custom search service in the github-discussions-custom-search.service.js file. It includes classes for global discussions search (GithubDiscussionsSearch) and repository-specific discussions search (GithubRepoDiscussionsSearch). Users can now search discussions with custom queries and retrieve the discussion count.
    
    Fixes badges#9213
    jNullj committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f55dba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e1cbf6 View commit details
    Browse the repository at this point in the history
  3. Add documentation for GithubDiscussionsSearch

    Inform users of filters and query values for the free search.
    jNullj committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d7b5c58 View commit details
    Browse the repository at this point in the history
  4. Update GithubDiscussionsSearch examples

    Change examples from filter by author to `filter` by `answered-by` as this has higher change of being a more common use case.
    jNullj committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3fb024f View commit details
    Browse the repository at this point in the history
  5. fix typo

    chris48s committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5776561 View commit details
    Browse the repository at this point in the history