Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 2362 by [email protected]: Boolean operator "/" (OR) not working
when used in conjunction with parentheses for searching
http://code.google.com/p/qubit-toolkit/issues/detail?id=2362
To reproduce this error:
========================
1) Create a fonds-level information object named "one" with child-level
descriptions (series) as "One Two", "One Two Three", and "One Two Three
Four"
2)Save the information object
3)Enter the following boolean search string into the search bar:
one &&! ("two three" / four)
Resulting error:
================
Search will return record One Two Three. See attached screen shots.
Expected result:
================
Based on the boolean operators used in the query [one AND NOT ("two three"
OR four), search result One Two Three should not be returned.
NOTE: this was tested with the spaces on either side of the slash (/)
removed, and it produced the same results. However, if OR is used instead,
the search phrase returns the expected results.
Attachments:
boolean-parenthesis-slash-use-error1.PNG 62.0 KB
boolean-parenthesis-slash-use-error2.PNG 61.0 KB
boolean-parenthesis-OR-working1.PNG 59.9 KB
--
You received this message because you are subscribed to the Google Groups "Qubit
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-issues?hl=en.