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
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
@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, '%'))")
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
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.
@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, '%'))")
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.
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.
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
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
Much appreciate your efforts
Thanks for the entire series !!
@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, '%'))")
tq Bro
great video to learn springboot. Please add authentication
Thank you sir as our placements are coming it is very useful ❤️🙌
We are Still here 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
wow, Thank for teaching spring boot
Thank you for the best content always!
Hi navin I would suggest use example matcher api or criteria api no need to do hard coding sql
thanks for the incredible tutorial
Thanks ....Telusko ❤️
You are god for me ❤❤❤
Thank you sir ❤❤❤
Nice video sir❤❤
please complete this series ..
Please complete the series
Hi Navin, can you do a series on react js for beginners
Waiting for next
Really excellent
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
Really loving
Thank you for the videos
good series
Thank you for the video
when
when will series end?
Thank you sir
sir please explain login , signup and role based authentication
Thanks a lot
@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, '%'))")
complete the series
Validation failed for query for method public abstract java.util.List com.ProjectDemo.EcomWeb.repository.productRepo.searchProducts(java.lang.String)
why do getting error
nice
666 Nooooo
First please speak slower.❤
thank you sir