Tuesday, March 7, 2017

How can i Display the search results using algolia in my site?

I want to display the results of a search from algolia in my site. I have seen this: https://laracasts.com/series/whats-new-in-laravel-5-3/episodes/15 and this https://laracasts.com/series/whats-new-in-laravel-5-3/episodes/16, and it works as shown, and i can see in the end of the second part that it returns a JSON response, but i have yet to figure out how to actually implement the search from inside my site and not from algolia's website. My goal is "simple(i hope)". To display the search results like on laracasts or any other site that has instant search results. Please help. I am using laravel 5.4. and all my data is already at algolia. Thank you.



via Eitan

Advertisement