How to script Content Browser - Advanced Search

The content browser has an Advanced Search feature.

I would like to use Python to script that for some of my use cases. However, all of the asset registry classes I see use the basic ARFilter which when combined with unreal.AssetRegistry().get_assets(ArFilter) isn’t the same I don’t think.

Does anyone know which classes implement the Advanced Search feature in the editor?