search as you type OQL

0
Hi there, Is there a way to do search as you type in an OQL query without doing an enter on the input? It is a lot of data, that's why we use OQL for performance reasons.   Kind regards, Steven
asked
2 answers
1

In 8.15+, you can set up an on-change event to fire on a repeated basis while the user is typing.

answered
1

Probably using the on change event of your input field, and trigger the execute action on it which is actually done when enter is pressed. 

answered