Conversation
|
CI fault- Working on it. Suggestions? |
I can check it out right now! Thanks. The exports listed at the bottom are unneccessary. Ignore them, I will delete them or remove them out of the functions. I don't know which approach to take atm |
|
Okey change this inside the movies.test.js file: Also remove this line at the top:
You can also do the same with the other test files, inside the screenings.test.js file, remove:
And the same in the rooms.test.js file, remove:
They must have been added in a recent PR by misstake, we dont need to import mocked functions if we only use them as mocked. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…xCode-dot/KINO-NextJS into 47-45-search-logic-on-filmer
Thankssss ❤️ |
AlexCode-dot
left a comment
There was a problem hiding this comment.
Works great! Ready for merge :)




Pull Request Type
Please check the type of change your PR introduces:
Description
This PR implements a full backend-powered search feature for movies.
Users can now search for movies stored in our database directly from the frontend.
Features
Motivation and Context
[This provides a smoother UX and overall better performance, since the search logic is handled on the backend instead of filtering on the client side.]
How Has This Been Tested?
[Manually like this:
Got to the FILMER page
Typed a movie title in the search field
Pressed Enter or clicked the "Sök" button
Confirmed that:
Screenshots (if appropriate):
[
]
Checklist:
Additional Information:
[Add any other information about the PR here]
Related Issues:
[Link any related issues here]