Open chayapan opened 7 months ago
Search function docs/Search.md
Filter by category and tags
Fields to retrieve the information title, URL, category, tags and timestamp
Idea 1: use query API. Input keywords match to fields title,URL, category, tags. Filter narrow down search. Only limit to category or tag.
Idea 2: use search library that support invert document indexes.
Prototype implementation, just to start.
See this tutorial for how to use PostgreSQL and do full-text search. https://paulonteri.com/thoughts/full-text-search-django Steps
The search function is also noted in the official documentation. https://docs.djangoproject.com/en/5.0/ref/contrib/postgres/search/
As a User: I want to search and filter my favorited URLs.
Objective: To quickly find specific favorites based on title, URL, category, tags and timestamp.
Expectations: