Laravel 8 Tutorial - Autocomplete Search

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 30

  • @luisguillermooviedoochoa6196
    @luisguillermooviedoochoa6196 2 года назад

    hello friend thank you very much for the video, one question you have an example that when clicking on the search result fills in some fields, for example searching for a name and when selecting it the fields of address, telephone etc. are loaded.?

  • @yogawahyudi4138
    @yogawahyudi4138 4 года назад +2

    I love this tutorial, very completed,
    May I request something, can you make laravel 8 + Livewire tutorial also sir??

  • @thienngo2953
    @thienngo2953 2 года назад

    Awesome. It was really helpful.

  • @two-zero
    @two-zero 2 года назад

    Thank you very much

  • @koppamail
    @koppamail 3 года назад

    I have a common search-box in my navigation menu. How to make autocomplete in all pages through navigation search box?

  • @tuanphamvan655
    @tuanphamvan655 2 года назад

    sir, if i search multiple fields, how should the endpoint of the route be written

  • @roedychannel4604
    @roedychannel4604 2 года назад

    How do I do a search autocomplete on the subform I have tried but it doesn't work but at the beginning of the form it works

  • @lareosenglab
    @lareosenglab 2 года назад

    thank you so much 😍

  • @shmurtzy69
    @shmurtzy69 3 года назад

    A really usefull and well explained tutorial ! thank you a lot !

  • @fidoz90
    @fidoz90 3 года назад

    Thanks for your efforts smooth work

  • @Rahimoff666
    @Rahimoff666 2 года назад

    What is terms there ? Can I write anything there ?

  • @aynis9705
    @aynis9705 3 года назад

    Excellent work!

  • @manto7
    @manto7 3 года назад

    Awesome... It was really helpful

  • @jonice4229
    @jonice4229 3 года назад

    i am getting: bootstrap3-typeahead.min.js:1 Uncaught TypeError: b.toLowerCase is not a function

  • @koushikchatterjee9505
    @koushikchatterjee9505 3 года назад

    I am getting error "Uncaught TypeError: b.toLowerCase is not a function". Not sure why I'm getting this after followed the steps.

  • @smitakumari9851
    @smitakumari9851 4 года назад

    Nice tutorial.

  • @sovonbanerjee4681
    @sovonbanerjee4681 3 года назад

    Uncaught TypeError: $(...).typeahead is not a function and also occur error Uncaught TypeError: Cannot read property 'fn' of undefined at bootstrap3-typeahead.min.js:1 Please help me to solve this problem.

    • @rainaldodijkman4723
      @rainaldodijkman4723 3 года назад

      you need JQuery to do it i had this problem allot of times :')

    • @CBonduMiel
      @CBonduMiel 3 года назад

      use this : ->pluck('variable') instead of ->get() in the autocomplete function in your controller. replace variable by the variable you want to display in your autocomplete. in his exemple it would be ->pluck('name')

    • @hamtaro7824
      @hamtaro7824 2 года назад

      stackoverflow questions/55364417 - fixed mine

  • @rolandocaraballo
    @rolandocaraballo 3 года назад +1

    DO not work.

  • @nu2883
    @nu2883 4 года назад

    Laravel inertia crud upload file,
    please...

  • @anonym3852
    @anonym3852 4 года назад +1

    No its not okay, even if you tell this 10000x times in your video.

  • @shadadalat5895
    @shadadalat5895 3 года назад

    how can limit suggest cant more than 8???

    • @monicamateu3750
      @monicamateu3750 3 года назад +1

      $data = Product::where('name', 'like', we have '%{$request->text}%')->take(10)>get(); You limit with take(n), I think..

  • @masterchief-00
    @masterchief-00 2 года назад

    doesn't work
    EDIT: It works!

  • @ytubewiki
    @ytubewiki 3 года назад

    Awesome. It was really helpful.