-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
safa-shaima/src/queries/getMovies.js
Line 4 in 12a3dc3
| const query = 'SELECT * FROM movies where title = $1'; |
So according to that query ⏫ , it will only Match if the name of the movie was written exactly and it's case sensetive, if you use ilike which case insensetive with %query% it will look for the user query and match it even if it's not the complete title.
select * from movies where title ilike %$1%
Metadata
Metadata
Assignees
Labels
No labels