If I have a page A tagging with multiple tag values, I want to use the tag values in Page A as search criteria and find out which other pages have one or more than one tag values, I would like the search result returning as the order such, the page should be the first in the list if all tag values are matched, second page in the list should be the one matching (tag values -1), and in this order. Can I use jcr:score for that?
Please help. Thanks.