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
Similar to Pocket, add a search input in the Header component. Submitting this text would then make an API request to the things endpoint with the q param, e.g.
GET /v1/things?q=search text
^^^^^^^^^^^^^
This query is then used on the backend to search for matching saved things that belong to the authorized user based on title, self-text/body, or author.
The API response would then be presented on the frontend in a Search page whose heading would be something along the lines of Search - <search text>.
The text was updated successfully, but these errors were encountered:
Similar to Pocket, add a search input in the
Header
component. Submitting this text would then make an API request to the things endpoint with theq
param, e.g.This query is then used on the backend to search for matching saved things that belong to the authorized user based on title, self-text/body, or author.
The API response would then be presented on the frontend in a
Search
page whose heading would be something along the lines ofSearch - <search text>
.The text was updated successfully, but these errors were encountered: