Hello ~ I am wondering how to access taxonomy values inside views so that I can display a percentage value as users are altering their query using the guided search block in the faceted_search.

Initially I have some values populated when the user is viewing a page ~ the taxonomy fields showing the users a specific search result ~ e.g. let's say there are 6 taxomomy values preselected ~ initial results will show nodes matching all 6 taxonomy values.

As the user selects "all" from the guided search block, new nodes appear that do not have the initial search values ~ i.e. by clicking "all" for one taxonomy, the user now sees results matching 5/6 taxonomy values that match the original query (hence the new nodes will only match 83% (5/6 taxonomy values) while some nodes, those present in the initial query will still match 100% (6/6 taxonomy values).

I am wondering how to do this inside of views ~ I have the customfield module installed which lets you write some php ~ I'm just confused at where to begin with the code to access the taxonomy values. I hope I'm making some sort of sense here and I would appreciate any help nudging me in the right direction. Thanks!