-
Notifications
You must be signed in to change notification settings - Fork 128
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
Filter app results by title #4630
base: main
Are you sure you want to change the base?
Conversation
We detected some changes at either packages/*/src or packages/cli-kit/assets/cli-ruby/** and there are no updates in the .changeset. |
Coverage report
Show files with reduced coverage 🔻
Test suite run success1941 tests passing in 881 suites. Report generated by 🧪jest coverage report action from 4de2e9f |
CC @amcaplan Note that as part of https://github.com/Shopify/shopify/pull/539421, I introduced the connection API but I also preserved the old
This PR is probably broken if it's using
Or if you feel comfortable moving fast and breaking things, go ahead. I'm not opposed to that with good comms around it in our project channel. I just didn't want to take that on myself :) |
@amcaplan should we aim to get this shipped? |
378d9d0
to
33a3c20
Compare
We detected some changes at packages/*/src and there are no updates in the .changeset. |
33a3c20
to
4de2e9f
Compare
I think this is ready to go. Currently it points to |
WHY are these changes introduced?
Fixes https://github.com/Shopify/develop-app-inner-loop/issues/1861
Pairs with https://github.com/Shopify/shopify/pull/539421 to enable filtering by app title in the new API.
Note this should NOT be merged until that PR is merged.
WHAT is this pull request doing?
Updates the format of the request to work with the new paginated field, and passes in the search term as a query for app title.
Note that each token is considered an independent search term, so we're searching for an app title that includes all mentioned tokens.
How to test your changes?
filter-using-pagination-system
branch (update as of 2024-11-14: this works onmain
ordd
as well)USE_APP_MANAGEMENT_API=1 bin/spin pnpm shopify app config link --path /PATH/TO/YOUR/APP
Measuring impact
How do we know this change was effective? Please choose one:
Checklist