Auto search (Auto complete search)

Asked

Viewed 537 times

0

Good afternoon! I am trying to implement an auto complete search on my system. But so far I have not achieved a satisfactory result. What I want is when the user searches shows the result, as google does. I’ve researched a lot, I tried to implement, but I could not do it in a satisfactory way or found material/ tutorials.

Can someone show me the way to do this using Spring Boot+Ajax+Thymeleaf+Bootstrap?

  • It has so many components: https://www.devbridge.com/sourcery/components/jquery-autocomplete/ https://jqueryui.com/autocomplete/

  • @dhb Thanks! I will try to implement in my project.

  • Hi, I found this example available on github: https://github.com/lowrin/spring-boot-input-autocomplete-example

  • I managed to implement and put to work. It is not yet perfect but it is working. I use Spring Boot, Thymeleaf, Jquery. Check out the Projectcontroller.java, Projectsuggestion.java, Projectsuggestionwrapper.java and the src/main/Resources/templates/us/add.html. My project is here: https://github.com/labens-ufrn/apf-bsi.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.