Python shotgun mimic Search

How can I mimic the filtering of Assets using the websites search field, using the python API ‘find’ method?

Do i have to add multiple filters…
I want it to search the Name, Tags, Description…ect.

assets = sg.find('Asset', [['tags', 'name_contains', 'mok']])