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
We need to add a query string in URLs.
URL parameters (query strings) are elements inserted in URLs to help you filter and organize content or track information on the website.
The main use-case of the query string is filtering: specifically searching and pagination.
Description:
We need to add a query string in URLs.
URL parameters (
query strings
) are elements inserted in URLs to help you filter and organize content or track information on the website.The main use-case of the query string is filtering: specifically searching and pagination.
ex)
documents?pageIndex=2&pageSize=15
documents?limit=15&after_id=20
📎documents/search?q=keyword
documents?search=keyword
Why:
Users can easily find where they were and understand their location on a page.
The text was updated successfully, but these errors were encountered: