@ Jake
Apologies for the delay in my reply. I’ve been running a backlog all week due to illness. No excuse but it is the reason.
There is no way to do this “out of the box” in Connections because this require a whole set of custom rewrite rules to be registered with WordPress so WordPress will know what to do with such links. And then something would have to be done to allow Connections to query the entries assigned with the requested meta.
The correct hook for the rewrite rules is cn_page_rewrite_rule-view found in the class.rewrite.php file.
You’ll also need to register the expertise and vertical with WordPress using the query_vars filter.
The you can hook into the cn_list_atts found in the class.shortcode-connections.php file. YOu would want to read the registered query vars for you meta and add the to the meta_query array key as an array.
Not easy, but doable, I think.
Not sure if this helps… hope it does, let me know.
