Lukas Kuchernig
Lukas Kuchernig
For me it doesn't continue after the APPLYING PATCHES part. Do you encounter the same error? EDIT: Rebooting after the kernel downgrade fixed the problem. I had to make sure...
Hey I encountered the same problem. I think according to the documentation you could implement a custom [search engine](https://tarekraafat.github.io/autoComplete.js/#/configuration?id=searchengine-optional). For me setting the search engine to "loose" solved my problem....
@squareclouds sure here is my implementation: `// custom search engine function searchEngine(query, record) { return record; } const autoCompleteJS = new autoComplete({ selector: "#autoComplete", placeHolder: "Search for your stuff", searchEngine:...