Ist es derzeit möglich, nach gruppierten Begriffen und mehreren Operatoren zu suchen:
tags:(openid-connect AND theme-component) OR (official OR tagging)
Vielen Dank!
Ist es derzeit möglich, nach gruppierten Begriffen und mehreren Operatoren zu suchen:
tags:(openid-connect AND theme-component) OR (official OR tagging)
Vielen Dank!
OR = tags:x,y
AND = tags:x+y
By testing, mixing the two for complex searches doesn’t seem to work. For example tags:x+y,z
Would be a nice improvement !
And adding parenthesis usage to be able to do for example (x+y),z or x+(y,z) would be amazing.