SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-658
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Shay Banon
Reporter: Christopher Barham
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Documentation search query syntax incorrect - specifies that terms default OR , although is now AND

Created: 20/Jun/08 12:39 AM   Updated: 21/Jun/08 03:03 PM
Component/s: Compass::Core
Affects Version/s: 2.0.1
Fix Version/s: 2.0.2, 2.1.0 M1

Environment: N/A


 Description  « Hide
Documentation change -
Doco page http://www.compass-project.org/docs/2.0.1/reference/html/core-workingwithobjects.html specifies that query syntax is the same as Lucene, however this is no longer true as compass defaults to ANDing terms instead of OR (nice feature!).
Table 11.1 needs amending to show "jack london" is same as "jack AND london" or "+jack +london" in compass not "jack OR london" as used to be the case.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 21/Jun/08 03:03 PM
Thanks finding this.