#28 Project using Spring Search Feature

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 42

  • @MickenCZProfi
    @MickenCZProfi 3 місяці тому +3

    The clarity of this series is incredible, thanks a lot.

  • @lootster
    @lootster 2 місяці тому +1

    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

  • @user-cd8cg3yr1q
    @user-cd8cg3yr1q 5 місяців тому +5

    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

  • @Suraj_Singh___
    @Suraj_Singh___ 5 місяців тому +1

    Just started watching your spring series. Love the way you explain things. Concepts are getting clear now which I was using without prior knowledge.

  • @Devivl
    @Devivl 4 місяці тому +1

    I like how simple and easy you have implemented the search on the page. It's a great lesson. Useful.

  • @ujjwaljain8899
    @ujjwaljain8899 5 місяців тому +3

    Please cover spring security as well, your explainations are amazing

  • @sivaprasath6574
    @sivaprasath6574 5 місяців тому +7

    Please cover spring security sir, pls talk about jwt as well

  • @sharantheja
    @sharantheja 4 місяці тому

    Thanks for the entire series !!

  • @GuessGameFun
    @GuessGameFun 5 місяців тому

    wow, Thank for teaching spring boot

  • @rudrajha1002
    @rudrajha1002 2 місяці тому

    Thanks ....Telusko ❤️

  • @AkshayGuptaMe
    @AkshayGuptaMe 5 місяців тому +1

    great video to learn springboot. Please add authentication

  • @NandinerdeneMandakh
    @NandinerdeneMandakh 3 місяці тому

    Thank you for the best content always!

  • @mytechniques3453
    @mytechniques3453 5 місяців тому

    Thank you sir as our placements are coming it is very useful ❤️🙌

  • @ousmanetanorcisse9774
    @ousmanetanorcisse9774 5 місяців тому +4

    We are Still here Sir 😍

  • @Alirazamahar
    @Alirazamahar 2 місяці тому

    thanks for the incredible tutorial

  • @MoinulIslamKhan-u7x
    @MoinulIslamKhan-u7x Місяць тому

    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

  • @naraynwetal6544
    @naraynwetal6544 4 місяці тому

    Really excellent

  • @tamaladhikari7950
    @tamaladhikari7950 5 місяців тому

    Hi navin I would suggest use example matcher api or criteria api no need to do hard coding sql

  • @naraynwetal6544
    @naraynwetal6544 4 місяці тому

    Really loving

  • @Suraj_Singh___
    @Suraj_Singh___ 5 місяців тому

    Waiting for next

  • @Jenisha-tv2mi
    @Jenisha-tv2mi 3 місяці тому

    good series

  • @shakthiviviyn
    @shakthiviviyn 4 місяці тому

    Thank you for the videos

  • @TirthPrajapati-by9mu
    @TirthPrajapati-by9mu 5 місяців тому

    Thank you sir ❤❤❤

  • @sumitshinde12
    @sumitshinde12 5 місяців тому

    Nice video sir❤❤

  • @TheInsideStory007
    @TheInsideStory007 Місяць тому +1

    @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, '%'))")

  • @roopnikharsalon6344
    @roopnikharsalon6344 5 місяців тому

    please complete this series ..

  • @vishaldindalkop294
    @vishaldindalkop294 3 місяці тому

    Thank you for the video

  • @karthickraja5832
    @karthickraja5832 2 місяці тому

    Hi Navin, can you do a series on react js for beginners

  • @BachirAnsar
    @BachirAnsar Місяць тому

    Thank you sir

  • @emotinal_pain
    @emotinal_pain 2 місяці тому

    Thanks a lot

  • @mishaeldavid5015
    @mishaeldavid5015 5 місяців тому

    Please complete the series

  • @rugveddhabale7883
    @rugveddhabale7883 4 місяці тому

    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.

  • @omborate9914
    @omborate9914 5 місяців тому

    sir please can you explain slow but you are really great

  • @matrix2003-o6n
    @matrix2003-o6n Місяць тому

    sir make a video on how to deploy this project on aws, azure

  • @adarsh_9935
    @adarsh_9935 4 місяці тому

    You are god for me ❤❤❤

  • @MohammedThayyabAR
    @MohammedThayyabAR 5 місяців тому

    when
    when will series end?

  • @vinitrajbingi2875
    @vinitrajbingi2875 5 місяців тому

    complete the series

  • @pampaaGaming
    @pampaaGaming 4 місяці тому

    sir please explain login , signup and role based authentication

  • @durgeshjadhav01
    @durgeshjadhav01 16 днів тому

    nice

  • @vishalgitte2629
    @vishalgitte2629 3 місяці тому

    Validation failed for query for method public abstract java.util.List com.ProjectDemo.EcomWeb.repository.productRepo.searchProducts(java.lang.String)
    why do getting error

  • @orekisato9145
    @orekisato9145 5 місяців тому

    First please speak slower.❤

  • @DevGhost97
    @DevGhost97 12 днів тому

    thank you sir