sphinx-tribes icon indicating copy to clipboard operation
sphinx-tribes copied to clipboard

Podcast and Videos search

Open tomastiminskas opened this issue 1 year ago • 6 comments

We have 2 endpoints for podcast and video search - GET search_podcasts - GET search_youtube

Right now they are only searching by title.

  1. As a first improvements we should check the API we are using on Podcast Index and Youtube and find a way to improve them (maybe adding some fields on the search)

  2. As a long term solution we should start storing the results coming from external searches in our system and build an elastic search index so then we can first search in our index and then get the content of the found results in the external source.

tomastiminskas avatar Mar 27 '23 13:03 tomastiminskas