Hi everyone,
I've got this problem too, a table Client with 2k lines, and another table Contact with 3k lines. (and some other with 50K lines that is really the problem)
I've used select2, and the Bruno Roux's modification to add minimumInputLength (with select2_minimum_input_length into the config.yml)
The problem is that the big query is still done, so where is the benefit ?
I can see it into the DB log panel, the number of queries is the same, if I set use_select2: true ou false
I thought that data will be transfered after the minimum input length was reached (and not at the document.ready event)
was I wrong ?
is there another way to do that ?
thanks