AJAX Live Data Search Using Nodejs MongoDB Express

แชร์
ฝัง

ความคิดเห็น •

  • @next_codes
    @next_codes 3 ปีที่แล้ว +5

    Video Request: Please can you do a video, extending this particular video where instead of rendering the search Result as plain text, use the search Result to filter an existing table

  • @stroverbg
    @stroverbg 3 ปีที่แล้ว +2

    Nice video! And I need some help. Can you tell me how to do that, but with nested data?

  • @oldsoutheuropean6343
    @oldsoutheuropean6343 2 ปีที่แล้ว

    Good tutorial of a great live data search input. Thank you very much for uploading it, it is very useful.

  • @drip1717
    @drip1717 3 ปีที่แล้ว

    Great video my friend, I really wanted to learn how to implement this functionality.

  • @frenkiewang
    @frenkiewang 2 ปีที่แล้ว +3

    Hello, do you have the source code, could you please share with your Github account?

  • @jinayshah7088
    @jinayshah7088 2 ปีที่แล้ว +1

    Is it working fine with ejs file? I can't able to get data in ejs file.

  • @nulla9601
    @nulla9601 2 ปีที่แล้ว

    what do I need to change in the match variables when I want to allow the user to use numbers?
    So if I eg. have a name "123 test", I want it to show up when I type "1"

  • @bernardchu2754
    @bernardchu2754 3 ปีที่แล้ว

    Good job Luke !

  • @m.munthasir8573
    @m.munthasir8573 3 ปีที่แล้ว

    Great video mate

  • @strikeakaraf
    @strikeakaraf 2 ปีที่แล้ว

    Just found this video. Great tutorial. Is it possible to do it without using mongoose? Im using mysql with local database (xammp)

  • @next_codes
    @next_codes 3 ปีที่แล้ว +1

    Great Video good delivery, Meanwhile what if in DB you have the following as fruit names,
    Bing Cherry,
    Dragon Fruit,
    Damson Plum,
    Dew Berries,
    Dinosaur Eggs
    Each Fruit has two words Name:
    How would you fetch each fruit by entering the First letter of the second name.
    Eg. C in "Bing Cherry"
    from your tutorial it will return Null, please how can I achieve that ?

    • @andrewliu1191
      @andrewliu1191 2 ปีที่แล้ว

      @Kawaii chan That's a smart solution! It'll be most ideal if it can search the first letter of each word. i.e. a query of "u" in Mr. Ernest's example should return no match but your solution would return "Damson Plum" since it contains the letter "u". Regardless, it's still better than finding no match!

  • @ksprdk
    @ksprdk 3 ปีที่แล้ว

    Great video. I'm still a beginner, but can you explain why the request is Post and noget Get?

    • @hamzaseif4992
      @hamzaseif4992 3 ปีที่แล้ว +2

      get request will use the query string which can make the url ugly and sometime you dont want anyone to get access to these data

    • @ksprdk
      @ksprdk 3 ปีที่แล้ว

      @@hamzaseif4992 Makes sense, thanks! :)

  • @leehom2442
    @leehom2442 ปีที่แล้ว

    Why the code didn’t work even I copied all the code? the search bar only show “sorry.nothing found”.Mongoose is already connected

  • @reejabiju1386
    @reejabiju1386 2 ปีที่แล้ว

    It's working only for partial search. When I type 'appl' , it is showing 'apple'. But when I type 'apple', it is showing 'Sorry.Nothing found.'

  • @darshanajayarathna9396
    @darshanajayarathna9396 3 ปีที่แล้ว

    Very usefull. Thank you!

  • @АлександрСосо-щ1б
    @АлександрСосо-щ1б 2 ปีที่แล้ว

    thanks! very usefull

  • @georgiivanov9485
    @georgiivanov9485 2 ปีที่แล้ว

    The regex thing is not working tho...

  • @QuadDrums
    @QuadDrums 3 ปีที่แล้ว

    Nice intro bro, I see you 😂

  • @jingfenghuang7169
    @jingfenghuang7169 3 ปีที่แล้ว

    Thank you!

  • @jasminibrahim3377
    @jasminibrahim3377 2 ปีที่แล้ว

    Great Jobs

  • @amirmohseninia2576
    @amirmohseninia2576 2 ปีที่แล้ว

    thanks a lot can you give github code?

  • @carolcourtney772
    @carolcourtney772 3 ปีที่แล้ว +1

    👍

  • @yashdubey1505
    @yashdubey1505 2 ปีที่แล้ว

    how to handle if someone is searching a sentence

  • @IGIRIIS
    @IGIRIIS 2 ปีที่แล้ว

    Very usefull , thank you !!!