We want to query for documents using tags (metadata) that we have added via the taxonomy (branch.taxonomies file).
When we tag the document the values are correct ie "Graduates" but when we query using LSCS the value returned is the code ie i2ei52ab
As a result it seems we must use the internal coded value in our request eg
q=(TeamSite/Templating/DCR/Type:ArticleFCT)AND(TeamSite/Metadata/Audience:i2ei52ab,i2ei52ac)
Is that correct or should we be able to use the 'english' values in our query?
If so what is the best practice for mapping the value to the code as we have been advised the branch.taxonomies should not be promoted to the runtime?