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

Ability to Search Saved Things #7

Closed
cedricium opened this issue Jun 8, 2020 · 1 comment
Closed

Ability to Search Saved Things #7

cedricium opened this issue Jun 8, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@cedricium
Copy link
Contributor

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>.

@cedricium cedricium added the enhancement New feature or request label Jun 8, 2020
@cedricium cedricium mentioned this issue Jun 16, 2020
14 tasks
@cedricium
Copy link
Contributor Author

Closed via #16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant