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
phongvhd93
changed the title
[Backend] As a user, I can filter which search results contain a specific URL
[Backend] As a user, I can filter which search results contain a specific amount of characters
Jun 6, 2023
Why
A user can filter which search results have URLs in stored search results with 2 or more / or 1 or more >.
Acceptance Criteria
A user can only filter the search results he uploaded, based on the authorization token
Use the existing endpoint to filter: GET api/v1/search_results?occurence[number]=2&keyword[query]={keyword}
Response: List of search results
Write unit & integration tests
Handle errors: Unauthorized, ...
The text was updated successfully, but these errors were encountered: