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

As a user, I can request paginated search results from the API #66

Open
bterone opened this issue Jun 28, 2021 · 0 comments
Open

As a user, I can request paginated search results from the API #66

bterone opened this issue Jun 28, 2021 · 0 comments
Assignees
Labels
backend Anything affecting the application functionality feature Something that brings value to the end-user

Comments

@bterone
Copy link
Owner

bterone commented Jun 28, 2021

Why

Currently, the search_result index in the API returns all the search results associated with the user. We need to add pagination so that we can query a selection of data, and will have more space to introduce the "relationship" and "included" attributes as part of the JSONAPI spec.

Acceptance Criteria

1/ Introduce pagination to the API
2/ Add the "relationship" and "included" attribute to the search result index.

@bterone bterone added feature Something that brings value to the end-user backend Anything affecting the application functionality labels Jun 28, 2021
@bterone bterone self-assigned this Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Anything affecting the application functionality feature Something that brings value to the end-user
Projects
None yet
Development

No branches or pull requests

1 participant