Michael Thomas
08/04/2023, 12:36 PMaddress
{ "city": "Baltimore", "county": [ { "slug": "baltimore-city", "title": "Baltimore City", "url": "<https://returnhome.ddev.site/county/baltimore-city>" } ], "neighborhood": [ { "slug": "north", "title": "North", "url": "<https://returnhome.ddev.site/neighborhood/north>" }, { "slug": "old-goucher", "title": "Old Goucher", "url": "<https://returnhome.ddev.site/neighborhood/old-goucher>" } ], "quadrant": [], "state": { "label": "MD", "selected": "true", "valid": "true", "value": "md" }, "street": "2305 N. Charles Street", "suite": "300", "zip": "21218" }
I would love to search on address.city, address.county.title, address.neigborhood.title etc ... ? How would I approach that?