Automatically add the name of the current user to the search bar

Hey. I have a search bar in which the name of the current user should be automatically displayed and after the name of the current user, the search bar should find data from the database collection. Everything should happen automatically when a user enters this page. I need a code that will automatically add the name of the current user to the search bar. How to achieve this?
The search code is:

export function input25_viewportEnter(event) {
let SearchValue = $w(“#input25”).value;
$w(“#dataset1”).setFilter(wixData.filter().contains(‘Imja_Familija’, SearchValue));
}

@ umar1987
Wix is limited in this sense if your users are registered to the CRM as then do not have the ability to read the current user name. The only have the ability to read user id and email. I’ve been asking to have this functionality for a while now.

That is, there is no code to do this?

@umar1987
if you have their names stored in a database then they can be read, but you can not read the member names directly from the wix crm

@mikemoynihan99 It is a pity that there is no such function and code. Thank.