Web Development | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

Web Development

I make input filed for Search products ... I want when the user start writing in the filed The result coming from database to my page ... Without the user click the submit input .. I want to make synchronization between database and the user page when the user make change And without click submit ?!!?! Which framework or language will help me to do this ?!!

5th Sep 2019, 7:19 PM
Abdulmalek Mohammed Jayash
Abdulmalek Mohammed Jayash - avatar
1 ответ
0
That would be very unoptimized I think. Have You tried doing one query to get everything from Your database at the start, and then only show stuff which You put in the search box? I guess You're using JS - try "onchange()" function.
10th Sep 2019, 5:28 AM
Krystian Dąbrowski
Krystian Dąbrowski - avatar