You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: