How to get value from the address_html

rom

I want to get a new field from this address_html for example state ,city , pincode individual it helps me a lot. because I want to use the filter thanks.

Hi

Please refer to this
frappe.db.get_value(“Address”, doc.shipping_address_name, “city”)