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
@dhb Thanks! I will try to implement in my project.
– Cisino Junior
Hi, I found this example available on github: https://github.com/lowrin/spring-boot-input-autocomplete-example
– Taciano Morais Silva
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.
– Taciano Morais Silva