-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add search for movie/persons to navbar #297
Comments
Would this be done with a SQL query? |
Currently I am thinking about having just specific searches. So you cannot search for everything at once, you have to define what to search in (e.g. movies or persons or companies). That should make the search easier for us to implement and I do not really think that a global search is something people really need 🤔 For this sql performance should be more than enough |
To be honest atm my main issue is that I still have no idea have the UI should look like |
I'm currently just playing around with this function. Here's a small thingy I just made: Searching for things would be on a separate page, instead of a modal, because I prefer to have a page dedicated to search. The search page itself has a select option, where the user can choose to either search for movies or for people and the user can run the query by clicking on the blue button on the right side. |
Currently it is not possible to directly search for a movie or a person from the navbar. This means you cannot reach the search from sites like the dashboard not at all, only the "Log play" button. Additionally there is no search yet which combines searching for movie/persons.
Todos:
The text was updated successfully, but these errors were encountered: