sphinx-tribes
sphinx-tribes copied to clipboard
Podcast and Videos search
We have 2 endpoints for podcast and video search
- GET search_podcasts
- GET search_youtube
Right now they are only searching by title.
-
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)
-
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.