I have the following scenario, i have documents and categories.
D-refers to documents
C-refers to Category.
X - No Reference
The following is the association of documents and category
D1 belongs to C1 Category
D1 belongs to C1 and C2 Categories
D3 belongs to C1, C2 and C3 Categories
D4 belongs to C2 Category
I want the documents associated to C2 and C3.
Expected result is D2
How to make the Web scripts for the scenario mentioned above, Any help is highly appreciated. Thanks in advance.