The demo here: https://demos.telerik.com/aspnet-core/autocomplete/clientfiltering
is missing this script which is in the other demos.
<script>
function onAdditionalData() {
return {
text: $("#[your control's name]").val()
};
</script>
It would be helpful to be able to report these things from the page.