feridunh / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

Add ANDed behaviour to intra-facet operations #626

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Note: I was instructed by Tom Morris to create this enhancement request.

When selecting (including) more than one choice inside a facet, the results are 
filtered using an OR operation. There are cases when an AND operation is needed.

I managed to patch the code so that the behavior is ANDed, please see the 
attachment for the changes I made (around 20 lines of code). Not sure what the 
standard procedure is, I just wanted to share the findings with you...

Obviously, they way this enhancement should be implemented, is to have another 
link, besides change/ invert/ reset, that will allow to switch between OR and 
AND.

Thank you,
Mihai

Original issue reported on code.google.com by mihilie on 3 Oct 2012 at 1:37

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 3 Oct 2012 at 1:53