[MonetDB-users] Phrase searching with 'or'
Consider the following XQuery using two phrases: tijah:queryall("//p[about(., 'wind turbine') or about(., 'wind farm')]") It returns a restricted result set where only 'wind turbine' AND 'wind farm' are present. Substituting 'and' for 'or' in the query returns the same number of rows. Is this a bug? -- Roy
yes, i would consider this a bug. do you need it to be fixed soon? otherwise, i would postpone the fixing a little. if it does not cost you too much time, just submit a bug report at sf.net. --henning Roy Walter wrote:
Consider the following XQuery using two phrases:
tijah:queryall("//p[about(., 'wind turbine') or about(., 'wind farm')]")
It returns a restricted result set where only 'wind turbine' AND 'wind farm' are present. Substituting 'and' for 'or' in the query returns the same number of rows.
Is this a bug?
-- Roy
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
participants (2)
-
Henning Rode
-
Roy Walter