00:04 Implementing the search feature using Spring Data JPA 01:53 Implementing search feature using JPQL in Spring 03:39 Implementing search feature in front end 05:25 Implementing a search feature in the backend server 07:21 Implementing search feature using Spring 09:10 Using SQL functions for text matching in JPQL 11:02 Implementing search feature with keyword comparison 13:21 Adding and testing products for search feature
Beautiful series in the first video of this series i had 0 knowledge in spring , now i have a good knowledge all thanks to u sir , really great way of teaching and excellent way of explaining the concept . Thank you so much sir
Sir, thanks for your beautiful tutorial. I have been waiting for this tutorial for a long time and you describe it as a beautiful way. I have a question sir, is it not better to search in the front end as we have the list in front end rather search it every time from server. If so then please make a tutorial sir
@Query("SELECT p from Product p WHERE "+"LOWER(p.name) LIKE LOWER(CONCAT('%', :keyword, '%')) OR " +"LOWER(p.description) LIKE LOWER(CONCAT('%', :keyword, '%')) OR " +"LOWER(p.brand) LIKE LOWER(CONCAT('%', :keyword, '%')) OR " +"LOWER(p.category) LIKE LOWER(CONCAT('%', :keyword, '%'))")
Hello sir, thanks for all the learnings you provided till this video, there's a request from me can you please share how to deploy the same project on any cloud/web platform because there are multiple platforms where we as a student get confused which to follow and which to not.
Validation failed for query for method public abstract java.util.List com.ProjectDemo.EcomWeb.repository.productRepo.searchProducts(java.lang.String) why do getting error
The clarity of this series is incredible, thanks a lot.
00:04 Implementing the search feature using Spring Data JPA
01:53 Implementing search feature using JPQL in Spring
03:39 Implementing search feature in front end
05:25 Implementing a search feature in the backend server
07:21 Implementing search feature using Spring
09:10 Using SQL functions for text matching in JPQL
11:02 Implementing search feature with keyword comparison
13:21 Adding and testing products for search feature
Beautiful series in the first video of this series i had 0 knowledge in spring , now i have a good knowledge all thanks to u sir , really great way of teaching and excellent way of explaining the concept . Thank you so much sir
Just started watching your spring series. Love the way you explain things. Concepts are getting clear now which I was using without prior knowledge.
I like how simple and easy you have implemented the search on the page. It's a great lesson. Useful.
Please cover spring security as well, your explainations are amazing
Please cover spring security sir, pls talk about jwt as well
Thanks for the entire series !!
wow, Thank for teaching spring boot
Thanks ....Telusko ❤️
great video to learn springboot. Please add authentication
Thank you for the best content always!
Thank you sir as our placements are coming it is very useful ❤️🙌
We are Still here Sir 😍
thanks for the incredible tutorial
Sir, thanks for your beautiful tutorial. I have been waiting for this tutorial for a long time and you describe it as a beautiful way. I have a question sir, is it not better to search in the front end as we have the list in front end rather search it every time from server. If so then please make a tutorial sir
Really excellent
Hi navin I would suggest use example matcher api or criteria api no need to do hard coding sql
Really loving
Waiting for next
good series
Thank you for the videos
Thank you sir ❤❤❤
Nice video sir❤❤
@Query("SELECT p from Product p WHERE "+"LOWER(p.name) LIKE LOWER(CONCAT('%', :keyword, '%')) OR "
+"LOWER(p.description) LIKE LOWER(CONCAT('%', :keyword, '%')) OR "
+"LOWER(p.brand) LIKE LOWER(CONCAT('%', :keyword, '%')) OR "
+"LOWER(p.category) LIKE LOWER(CONCAT('%', :keyword, '%'))")
please complete this series ..
Thank you for the video
Hi Navin, can you do a series on react js for beginners
Thank you sir
Thanks a lot
Please complete the series
Hello sir, thanks for all the learnings you provided till this video, there's a request from me can you please share how to deploy the same project on any cloud/web platform because there are multiple platforms where we as a student get confused which to follow and which to not.
sir please can you explain slow but you are really great
sir make a video on how to deploy this project on aws, azure
You are god for me ❤❤❤
when
when will series end?
complete the series
sir please explain login , signup and role based authentication
nice
Validation failed for query for method public abstract java.util.List com.ProjectDemo.EcomWeb.repository.productRepo.searchProducts(java.lang.String)
why do getting error
First please speak slower.❤
thank you sir