You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
When users search existing movies via the search bar on the top and no movie is found, the movie should also be searched via the existing search sources. The results should be presented to easily add a movie to vigilio.
Sources are called MudSource and located at panel/models.py.
Search api is called MoviesEndpoint and located at stream/api/views.py.
Frontend part of it is located at frontend/src/stream/search/index.js.
The text was updated successfully, but these errors were encountered:
When users search existing movies via the search bar on the top and no movie is found, the movie should also be searched via the existing search sources. The results should be presented to easily add a movie to vigilio.
Sources are called
MudSource
and located atpanel/models.py
.Search api is called
MoviesEndpoint
and located atstream/api/views.py
.Frontend part of it is located at
frontend/src/stream/search/index.js
.The text was updated successfully, but these errors were encountered: