Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
FSisGR8T
6 discussion posts
I may be asking too much of my query string, but I was wondering if it's possible to perform the following search. I have 3 criteria that I want to combine as a "must contain", but a couple of them have "ORs" included.

I want to look for (must contain): business case or plan
and (must contain): midwest

as well as

include these companies: TTP or Mechanism Design or Tempered Sales or MDCo

So, I want results that contain files that have all 3 criteria. Something like this:

Business case blah blah blah midwest blah blah blah TTP
Business plan blah blah blah midwest blah blah blah Mechanical Design

I almost get what I'm trying for, but something is ALWAYS flawed. I have tried many varying query strings where my output was either with no search results at all (even though the query string was valid) or it doesn't apply the +++ and I have 100s of thousands of results because it gave 1 or 2 out of the 3.

Thank you for any input and your help is greatly appreciated! :-)
Jan 22, 2018  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Try this out :)

Code

(business +(case plan)) +midwest +(TTP "Mechanism Design" "Tempered Sales" MDCo)
Jan 23, 2018 (modified Jan 23, 2018)  • #2
User Image
FSisGR8T
6 discussion posts
That looks GREAT! I will give this a try and let you know how it goes! Thank you VERY much for your help!!! :-)
Jan 23, 2018  • #3
User Image
FSisGR8T
6 discussion posts
Quote:
Try this out :)

Code

(business +(case plan)) +midwest +(TTP "Mechanism Design" "Tempered Sales" MDCo)


WORKED!!! I tried a bunch (<--that's putting it mildly) of different strings and just could not fully capture my goal. Thank you SOOOO much!! :-)
Jan 23, 2018  • #4
Keith Lammers (BFS)'s profile on WallpaperFusion.com
No worries, glad I could help!
Jan 23, 2018  • #5
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)