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

Key: CMP-603
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Maurice Nicholson
Votes: 0
Watchers: 0
Operations

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

CompassQueryBuilder.CompassMultiPropertyQueryStringBuilder needs useOrDefaultOperator like string query builder

Created: 31/Mar/08 06:40 AM   Updated: 31/Mar/08 07:06 AM
Component/s: Compass::Core
Affects Version/s: 2.0.0 M3
Fix Version/s: 2.0.0 RC1


 Description  « Hide
...otherwise, with the new default setting in Compass 2.0 of AND being the default operator, it's not possible to programmatically set OR to be the default operator.

Also how do you feel about deprecating these methods (useXxxDefaultOperator) in favour of setDefaultOperator(operator) - this seems a little more natural to me?



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 31/Mar/08 07:06 AM
Agreed on the setDefaultOperation option, for now just added useOr to the builder.