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

Improvements to member search #2230

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Conversation

worksofliam
Copy link
Contributor

@worksofliam worksofliam commented Aug 26, 2024

Changes

Improves the member search API by removing the requirement of fetching a member list before initiating a search. Instead, after the search has finished, we use the brand new 'GetMbrInfo' function to get the detail we need for the result.

This PR is going to be the first of two. The second will be worked on when this is approved and merged. The second will add library/filter search.

How to test this PR

Examples:

  1. Run the test cases
  2. Ensure the search continues to work from the Object Browser
    • create a filter for *SRCPF in QSYSINC and search 'math' in H
    • More test cases to cover new situations might be good.

Checklist

  • have tested my change
  • have created one or more test cases
  • updated relevant documentation
  • Remove any/all console.logs I added
  • have added myself to the contributors' list in CONTRIBUTING.md

Signed-off-by: worksofliam <mrliamallan@live.co.uk>
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
@worksofliam worksofliam added the enhancement New feature or request label Aug 26, 2024
Copy link
Collaborator

@julesyan julesyan left a comment

Choose a reason for hiding this comment

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

Did functional testing as well. Looks good to me!

@worksofliam worksofliam merged commit 23f760b into master Aug 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants