Hello,
Is there a way to filter the results of a search either through the UI or the syntax in order to find documents with ‘X’ tag where ‘Y’ is mentioned ? Thank you all in advance !
From my understanding of the links the answer should be something like this : doccontent:“Y” AND property.XWiki.TagClass.tags:“X” , it’s not working, where did I go wrong ? Thank you for your quick answer !
Does property.XWiki.TagClass.tags:“X”
work for you? I’m asking since in the thread I mentioned I said this:
According to http://design.xwiki.org/xwiki/bin/view/Design/SolrSchema the following should work but it didn’t for me:
object.XWiki.TagClass:vma
(where “vma” is the name of a tag)Maybe @mflorea knows more.
Yesss, just tried object.XWiki.TagClass:vma and it works, on the other hand property.xwiki.tagclass.tags doesn’t work, thanks a lot for your help !