With Drop Down Selections of Bindings , I can type the first two letters and I receive suggestions per autocomplete:
If I type the middle of the name , it won´t work:
Is there a way to make that work?
It does work for External Enumerations with Autocomplete enabled:
So , I thought there might be a way to also work for Binding Drop Down Lists?
Many thanks
,
Werther
Hi @werther-veiled-cliff, what version of the Relationship Engine are you using?

The Drop Down Selections of Bindings uses Data Services full text search, so it should work for both cases you described. Could you please try typing ‘Te’ slowly and observe the request/response as shown in the image above?
Hello @minh-firm-chasm
and thank you for anwering 
You are absolutely right, it does work. I look at the request as you suggested which looked correct. After I saw this I discovered we had a bug in our code. Thank you!