Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

select questions with multiple tags

0 votes
does anybody has a suggestion how to build a query that selects and shows questions with multiple tags as input?

Something like:

http://.../question2answer/index.php?qa=tag&qa_1=error&qa2=gui&qa3=open

In addition it would be good to also exclude tags...

e.g. show all questions with TAG1  but not, if TAG2 is also present...

any idea or script example is welcome :)
asked Sep 9, 2011 in Q2A Core by snoopy0815

1 Answer

0 votes

You'd have to do this in the database, using a JOIN on qa_posttags - there isn't currently a pre-written query in Q2A to do it.

answered Sep 11, 2011 by gidgreen