cancel
Showing results for 
Search instead for 
Did you mean: 

Discovery Accelerator Boolean Search Support

tmurray1
Level 5

Hello,

I am running EV8 SP4 and DA8 SP4.  Analytics is not configured.

Is it possible to find all items in the archive where subject or content contain (cat or dog) and ball?

In SQL I would do the following:

SELECT *
FROM petshop p
WHERE (p.animal = 'cat' OR p.animal = 'dog')
AND p.toy = 'ball'

Is it possible to do this in DA?

Subject or Content:  (cat or dog) and ball

Thank you!!

1 ACCEPTED SOLUTION

Accepted Solutions

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

Yes, you can do that with DA, that is its purpose.  smiley

You have a couple options:

You can use the + sign and put the words on one line

or you can use the "Any of" in one box and put the other word in the second box.  There is an "AND" between the two boxes.

View solution in original post

2 REPLIES 2

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

Yes, you can do that with DA, that is its purpose.  smiley

You have a couple options:

You can use the + sign and put the words on one line

or you can use the "Any of" in one box and put the other word in the second box.  There is an "AND" between the two boxes.

tmurray1
Level 5

smiley