Journeys is a django based community-focused website that allows users to bookmark URLs (through chrome extension) and share their journeys through timelines. A timeline is a collection of links that share a common topic or a journey of building and learning something new. Users can create timelines, share them publicly, and explore resources.
Currently the search bar only searches for bookmarks.
We want it to search for both timelines and bookmarks which match the search query i.e. upon searching, the search result page should have two sections/tabs, one containing the searched bookmarks and the other containing the searched timelines.
TASK
Currently the search bar only searches for bookmarks.
We want it to search for both timelines and bookmarks which match the search query i.e. upon searching, the search result page should have two sections/tabs, one containing the searched bookmarks and the other containing the searched timelines.