[WebApp] Unbinding between an entry in an HTML search bar and the python script

DATA33
Level 1
[WebApp] Unbinding between an entry in an HTML search bar and the python script

I have a search bar in HTML which is supposed to send the input to the Python back-end, but despite my attempts in Flask and AJAX no way to achieve this.

Do you have any leads? How to retrieve the "input" which I have in my HTML code in my Python code as a string of caracter ? 

1 Reply
FlorentD
Developer Advocate

Hi,

You may find some useful information in this tutorial: https://developer.dataiku.com/latest/tutorials/webapps/standard/form-to-submit-values/index.html.

 

Hope this helps,

Florent