Search asset in the asset admin search rail by current user.
In the asset metadata schema I have added a metadata field called lockedBy. In this field I will enter userId. I want to search assets using logged in user's Id from the asset management screen filter option.
In the asset management screen I have added a filter option as LockedBy.
In this field I can enter userId manually and can search assets by it.
For example, If I search with the text "author" in the Locked By field then I get assets of which the metadata field "lockedBy" is set to "author".
I want to make it an automatic search with current logged in userId rather than manually inputting it. How can I achieve this?

I have added the filter property predicate like this

And added the metadata schema like this
