If I want to match searches where the exact phrase "X Y" is in the search, as well as the word Z (only if BOTH) how do I do it?
i.e. for x=Interesting y=Widgets z=WidgetWorld match : WidgetWorld from Interesting Widgets don't match : Interesting WidgetWorld Widgets don't match : Interesting Widgets
"Interesting Widgets" WidgetWorld gives an error of broken punctuation
vibgyor79
9:06 am on Oct 29, 2003 (gmt 0)
Try this - not very sure whether it works or not -
widgetworld from interesting widgets -[interesting widgetworld widgets] -[interesting widgets]
That is, use a combination of negative and exact (or phrase) matched keywords.
After you upload the keyword, do a search test just to be sure.
vincevincevince
9:35 pm on Oct 29, 2003 (gmt 0)
nope, doesn't work... it seems the matching is rather inflexible?