shadisabzali / dataparksearch

Automatically exported from code.google.com/p/dataparksearch
GNU General Public License v2.0
0 stars 0 forks source link

Problems with some queries #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version: June drop of 4.53.
Using the following parameters:
/cgi-bin/search.cgi?cmd=Search!&dt=back&dp=30d&s=DRP&m=bool&fmt=long&wm=wrd&sp=1
&sy=1&wf=2221&type=&GroupBySite=no

The following query does not give the expected results:

((allinmeta.feedsource: (newsedge)) AND (allinmeta.company: (293122 OR
5071187)) AND (allinmeta.source: ("Kansas City Star" OR "New York Times")))

Where as the following which seems to be incorrect

((allinmeta.feedsource: (newsedge)) AND (allinmeta.company: (293122 OR
5071187)) AND (allinmeta.source: (Kansas City Star OR New York Times)))

The only difference is that in the first the sources have quotes around the
names. The actual articles do have "New York Times" as the source.

Original issue reported on code.google.com by amitshar...@gmail.com on 21 Jul 2009 at 1:50